/next-rainbow-viem-wagmi-boilerplate

Web3 Boilerplate with NextJS, RainbowKit, Viem and Wagmi

Primary LanguageTypeScript

This is a RainbowKit + wagmi + Next.js project bootstrapped with create-rainbowkit with some additional tools.

Technolgies, and tools used

Getting Started

Copy .env.example file to .env file, update values and run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

Other commands

Test and code coverage

npx hardhat coverage

Compile contracts

npx hardhat compile

Deploy contract

npx hardhat run scripts/deploy.js --network sepolia