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.

Screenshot 2022-07-04 161641 Screenshot 2022-07-04 161727

Share this project:

Updates