An ERC-721 minter that allows a user to mint randomly generated word NFTs and view them on OpenSea Rinkeby Test network.
- Solidity
- ReactJS
- EtherJS
- Hardhat
- Clone the repo.
- In the root folder, run
npx hardhat compile
to compile the smart contracts. - In the same folder, run
npx hardhat scripts/run.js
to test the smart contrat. - To deploy the contract, run
npx hardhat scripts/deploy.js
.