Best service to create your own web3 fan zone or community.
These instructions will get you a copy of the project up and running on your Mumbai testnet for development and testing purposes.
nodeJS >= 16.0
npm
Just run hardhat local server & deploy
npx hardhat run scripts/deploy.ts --network localhost
Run frontend
Install dependencies and create environment file:
npm install
cp .env-sample .env
Fill environment variables in files:
- .env
- .env.localhost
npm run deploy
npm run start
npm run deploy:aurora
npm run build:aurora
- Update CONTRACT_PROXY in src/backend/scripts/update.aurora.js
- Fill environment variables for your chain
- Build frontend & deploy
npm run verify:aurora
npm run update:aurora