A project built using NextJs interacting with an Ethereum smart contract that was deployed on the polygon network.
See the live example here
See the solidity contract that this interacts with here
Add the necessary values to the .env.local file.
cp .env.example .env.local
Install the dependencies
npm install
npm run dev