in a second terminal window:
in a third terminal window:
/packages/hardhat/deploy/00_deploy_your_contract.js
), you will notice we are uploading the erc1155metadata folder (in /packages/hardhat/erc1155metadata
) so we store the CID for the contract URI:โ๏ธ Edit the mint scriptmint.js
inpackages/hardhat/scripts
and update thetoAddress
to your frontend address (wallet address in the top right or localhost:3000).
in a terminal window run the mint script:
deploy.js
in packages/hardhat/scripts
YourCollectible.sol
in packages/hardhat/contracts
App.jsx
in packages/react-app/src
yarn wallet
and yarn fundedwallet
cd packages/react-app
and then yarn add PACKAGE