Basic NFT game
Features:
- Mint character
- Upgrade character level
- Update character info
- Selling/buying characters on the internal market
Paste your keys to .env
file
- API_URL: Alchemy or any other Provider endpoint (Default: Rinkeby)
- PRIVATE_KEY: Private key for the deployer account
# Build smart contracts
$ yarn build:contracts
$ yarn deploy:contracts
# ⚠️ Copy NFT and Game contracts address from output
# ⚠️ To `src/shared/config/index.ts`
# Start frontend application
$ yarn start