- Node.js (>= 10.16.0)
-
Set up
.env
in project root (see.env.example
) -
Install project
npm i
- Deploy with
npx hardhat compile
npx hardhat run scripts/deploy.js
- IMPORTANT Paste your contract's ABI from
artifacts/contracts/<CONTRACT_NAME>.json
tomysepolia-react/src/abi.json
-
Set up
.env
inmysepolia-react
folder (see.env.example
) -
Install project
cd mysepolia-react
npm i
- IMPORTANT Fill out
mysepolia-react/src/data.json
:
- Upload images to IPFS (you can use Pinata), copy their URLs
- Create metadata files for each image and upload them to IPFS too, copy their URLs
- Paste the links into
data.json
- Run with
npm run start