1.0.0 • Published 2 years ago

@rhine9/rhine v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

npm.io

image source(ethereum)

Full stack DApp starter

Stack

  • NextJs with Typescript
  • TailwindCSS
  • Wagmi & RainbowKit 🌈
  • Ethers
  • Hardhat
  • Playwright Test Suite
  • Github workflow and renovate bot
  • ESlint and Prettier
  • Path aliases
  • Notification Toaster and Helpers
  • Gas Reporter
  • and more

image

Use the template

You can either clone the repository or use this template to kick-start your project.

npx create-next-app -e https://github.com/XPro-Gamer-Rhine/Wagmi-NextJS

Install all dependencies,

yarn install

and run the application using,

yarn dev

Also try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help