Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.16 KB

Web3 Fullstack Starter Kit

This project is starter kit for developing Fullstack Web3 App (dApp).

It's a monorepo of Counter dApp, developed using Next.js for Frontend and Foundry for backend (contracts)

Requirements

  • git
    • You'll know you did it right if you can run git --version and see a response like git version x.x.x
  • Nodejs
    • You'll know you've installed nodejs right if you can run:
      • node --version and get an output like: vx.x.x
  • Yarn instead of npm
    • You'll know you've installed yarn right if you can run:
      • yarn --version And get an output like: x.x.x
      • You might need to install it with npm

Getting Started

Clone the repo:

git clone https://github.com/surajgjadhav/web3-fullstack-starter-kit

It contains two separate projects:

Navigate to each directory and follow the instructions in their respective README files, starting with the contracts.