Before running any scripts, you'll want to create a .env file with the following values (see .env.example):
- REACT_APP_HUGGING_FACE_API_KEY=""
- REACT_APP_NFT_STORAGE_API_KEY=""
You'll need to create an account on Hugging Face, visit your profile settings, and create a read access token.
You'll also need to create an account on NFT.Storage, and create a new API key.
Network name : Hardhat
New RPC URL : http://127.0.0.1:8545/
Chain ID : 31337
Currency symbol : ETH
$ npx hardhat node
$ npx hardhat run ./scripts/deploy.js --network localhost
$ npm run start



