Pinned Repositories
Zyclone
2nd place at Huffathon 2023. Optimized token mixer for Ethereum utilizing zkSNARKs. 500% cheaper than Tornado cash
uniswap-v2-puzzles
zero-knowledge-puzzles
Exercises to learn the syntax of Circom and create EVM compatible zero knowledge programs.
0xdata_slicer
A script to seperate SINGLECALL or MULTICALL input data into function selector and parameter.
ethbot
A bot that automatically sends eth to another address immediately the transaction confirms on the network, i used a Javascript Library Ethers.js to achieve this.
Gou_token_website
A website to join whitelist and claim some GOU tokens on Rinkeby test network. Stake your GOU tokens and earn more GOU tokens as reward.
Insertion-sort-huff
Implement insertion sorting algorithm in HUFF
metamorphic-contract-template
create metamorphic contracts using this template.
stack-pasta
A vscode extension that copies huff's code stack comment and paste in the next line, making it easy for Huffooors to write opcodes w/o worrying about copying prev stack comment.
telegramAdder
Its a python script that automatically fetch members from any telegram group and add them to your desired channel or group.
tanim0la's Repositories
tanim0la/metamorphic-contract-template
create metamorphic contracts using this template.
tanim0la/stack-pasta
A vscode extension that copies huff's code stack comment and paste in the next line, making it easy for Huffooors to write opcodes w/o worrying about copying prev stack comment.
tanim0la/Insertion-sort-huff
Implement insertion sorting algorithm in HUFF
tanim0la/0xdata_slicer
A script to seperate SINGLECALL or MULTICALL input data into function selector and parameter.
tanim0la/Gou_token_website
A website to join whitelist and claim some GOU tokens on Rinkeby test network. Stake your GOU tokens and earn more GOU tokens as reward.
tanim0la/FlashLoan-Contract
A FlashLoan smart contract that borrows a few million for free from Aave, also wrote a test for the contract
tanim0la/tanim0laNFT-contract
Semi-Optimized NFT smart contract with MerkleProof for whitelist
tanim0la/agrolyte
tanim0la/blog
The content of our blogs to make it easy for contributor to comment or submit corrections.
tanim0la/erc20-assembly
An ERC20 Token, but written in Inline Assembly.
tanim0la/Gou_token_contract
claimable ERC20 token.
tanim0la/GouToken_huff
Ghost of Uchiha token contract implemented in HUFF language.
tanim0la/huff-add-huff
Contract that performs add operation. written in Huff.
tanim0la/learn-solidity
tanim0la/scribbleXmythril-test
Fuzz testing smart contracts with scribble and mythril (Foundry)
tanim0la/soln-gas-puzzles
RareSkills gas puzzle solution with inline assembly
tanim0la/thirdweb-NFT-contract
Created a custom smart contract in Solidity using thirdweb's ContractKit.
tanim0la/gas-puzzles
A sequence of smart contracts to practice gas optimization. These are used as practice assignments for RareSkills.io and the Udemy Gas Optimization Course
tanim0la/Gou-staking-contract
Stake GOU tokens and earn more GOU tokens as reward, depending on the current APY.
tanim0la/huff-puzzles
These exercises were created for our Advanced Solidity Bootcamp and open sourced. Learn EVM bytecode with the Huff Language.
tanim0la/huffmate
A library of modern, hyper-optimized, and extensible Huff contracts with extensive testing and documentation built by Huff maintainers.
tanim0la/OptimizedRSA-presale-allowlist
This is a RareSkills.io project to allowlist addresses far more efficiently than ECDSA or Merkle Trees.
tanim0la/RSA-presale-allowlist
This is a RareSkills.io project to allowlist addresses far more efficiently than ECDSA or Merkle Trees.
tanim0la/solana-playground
Quickly develop, deploy and test Solana programs from browsers
tanim0la/Solidity-Exercises
Exercises to learn solidity. This accompanies the RareSkills Learn Solidity resource.
tanim0la/solidity_vs_yul
Comparing Solidity and Yul (inline-assembly) based on code and gas cost to perform similar task.
tanim0la/UniswapV2-Huff
Uniswap V2 contracts rewritten in low-level Huff language
tanim0la/vertigo-rs
Mutation Testing for Ethereum Smart Contracts, support for Foundry
tanim0la/zero-knowledge-puzzles
Exercises to learn the syntax of creating circom circuits.
tanim0la/Zyclone
Optimized token mixer for Ethereum utilizing zkSNARKs