Merkle Tree used by Uniswap for Token Distribution
- Hardhat
- Solidity
- Alchemy/Rinkeby
To get a local copy up and running follow these simple example steps.
- Fork the repository
- Git clone https://github.com/your-username/MerkleTokenDistribution
- git checkout -b branch name
- git remote add upstream https://github.com/jebitok-dev/MerkleTokenDistribution
- git pull upstream master
- git commit -m "commit message"
- git push -u origin HEAD
Try running some of the following tasks:
$ npm install
$ npx hardhat compile
👤 Author
- GitHub: @Jebitok-dev
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I hereby acknowledge the instructors at Web3Bridge for taking us through smart contract development.