- Clone the repo
cd hardhat
npm i
npx hardhat run scripts/run.js
to test locally- create a .env file and add the following values
ALCHEMY_API_KEY
ACCOUNT_PRIVATE_KEY
npx hardhat run scripts/deploy.js --network rinkeby
to deploy on the testnet
cd react-app
- copy the artifacts from hardhat/artifacts to react-app/src/artifacts
npm i
- Replace the contract address in
constants.js
npm run start
Click to view project completion NFT