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)
- git
- You'll know you did it right if you can run
git --version
and see a response likegit version x.x.x
- You'll know you did it right if you can run
- Nodejs
- You'll know you've installed nodejs right if you can run:
node --version
and get an output like:vx.x.x
- You'll know you've installed nodejs right if you can run:
- 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
- You'll know you've installed yarn right if you can run:
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.