Skip to content

A template repo for building foundation of web3 full stack App

License

Notifications You must be signed in to change notification settings

surajgjadhav/web3-fullstack-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A template repo for building foundation of web3 full stack App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published