WAGMI, Keep Buidling!
LIVE AT: https://ico-dapp-ecru.vercel.app/
An ICO dapp (FrontEnd and Smart Contract), with a ERC20 token in contracts. Attached with the previous NFT contract, (NFT holders can claim 10 tokens per NFT ;) )
React Next.js
Solidity (Hardhat)
Vercel
- There should be a max of 10,000 CD tokens.
- Every Crypto Dev NFT holder should get 10 tokens for free but they would have to pay the gas fees.
- The price of one CD at the time of ICO should be 0.001 ether
- There should be a website which users can visit for the ICO.
Let's start building 🚀
Hardhat:
mkdir hardhat-tutorial
cd hardhat-tutorial
npm init --yes
npm install --save-dev hardhat
npm install @openzeppelin/contractsNEXT:
npx create-next-app@latest
cd my-app
npm run devComplete track for learning Web3 and make these amazing projects
For more examples and usage, please refer to the Wiki.
Follow the above link for complete setup!