An NFT minter website using ERC-721 that allows you to mint randomly generate word nft's and view them on Opensea rinkeby test network.
Javascript || Solidity || Node.js || ReactJS || EtherJS || Hardhat
- Clone the repo
- Open your terminal window in the root folder or the folder you have just cloned and run
npx hardhat compile
to compile the smart contracts. - In the same folder, again run
npx hardhat run scripts/run.js
to test the smart contract. - Make sure to deploy the contract, run
npx hardhat run scripts/deploy.js
You can find here