This is a project inspired by a tutorial
-
WAGMI - wagmi is a collection of React Hooks containing everything you need to start working with Ethereum.
-
RainbowKit - RainbowKit is a React library that makes it easy to add wallet connection to your dapp. It's intuitive, responsive and customizable.
npm install
npm run dev
-
Change the contracts/contract.json file to the abi file of the contract you want to build with.
-
Customize the contract calls in the pages/index.js.
-
And then you can interact with your contract easily using the frontend you built!