- Quiz_01.sol: An ERC20 contract which can be minted for 0.1 ETH per token.
- Quiz_02.sol: An ERC721 contract which can be minted and batch minted for 0.1 ETH per token.
- Quiz_03.sol: A contract that can request random number using the Chainlink VRF library.
- Quiz_02.test.js: Test your
Quiz_02.sol
contract with Hardhat framework.
Run the below command and open https://remix.ethereum.org
npm i
remixd -s $(pwd) --remix-ide https://remix.ethereum.org
npm install -g remixd
npm install @openzeppelin/contracts --save
npm install @chainlink/contracts --save