- node (tested on v16.xx.x)
- npm (tested on v8.xx.x)
- Infura Web3 account with StarkNet enabled
- Infura IPFS account with dedicated gateway
- basic knowledge of ERC721 standard
Install all the dependencies of this project:
npm installCreate a new .env file:
cp .env.example .envEdit this file with the Infura network and IPFS information (note that some of those are optional).
Then source it:
source .envnode index.js