CONTRACT
First, deploy the contract server:
1) Add your metamask mnemonic to .env. 2) Deploy contract to fantomtestnet
npx hardhat run scripts/deploy.js --network fantomtest
3) Copy the contract address to .env
FRONTEND
Then, run the development server:
yarn run dev
Open http://localhost:3000 with your browser to see the result.

Log in or sign up for Devpost to join the conversation.