SnowRobert / next-eth-template

Full-stack dApp starter template.

Home Page:https://next-eth-starter.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/sasicodes/next-eth

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

About

Full-stack dApp starter template.

https://next-eth-starter.vercel.app/


Languages

Language:TypeScript 74.8%Language:JavaScript 12.2%Language:Solidity 9.5%Language:Shell 2.5%Language:CSS 1.0%