/learn-Dapp-frontend-template

This is a Dapp frontend template built with Next.js + RainbowKit + WAGMI

Primary LanguageJavaScript

This is a project inspired by a tutorial

The Dapp frontend template built with Next.js + RainbowKit + WAGMI

Tools

  1. WAGMI - wagmi is a collection of React Hooks containing everything you need to start working with Ethereum.

  2. RainbowKit - RainbowKit is a React library that makes it easy to add wallet connection to your dapp. It's intuitive, responsive and customizable.

Installation

npm install

Usage

npm run dev

Customization

  1. Change the contracts/contract.json file to the abi file of the contract you want to build with.

  2. Customize the contract calls in the pages/index.js.

  3. And then you can interact with your contract easily using the frontend you built!