Interact with any contract on Ethereum. Just need the Contract address (if it's verified) or its ABI + Contract address.
Prerequisites: Node (v16 LTS) plus Yarn and Git
clone/fork this repo
install the project dependencies and start your 👷 Hardhat chain:
yarn install
yarn chainCopy packages/react-app/.sample.env to packages/react-app/.env and set the env vars.
in a second terminal window, start your 📱 frontend:
yarn start📝 Edit your frontend App.jsx in packages/react-app/src
📱 Open http://localhost:3000 to see the app

