Home

Awesome

full-stack dApp starter for solidity smart contract development

A monorepo boilerplate code for typesafe full-stack Solidity development.

Contents

Prerequisites

Features

Here's an overview of the included frameworks and tools.

Run in Gitpod

To run this project in Gitpod, follow these steps: <br/>

  1. Click this link to deploy to gitpod <br/>

Open in Gitpod

  1. Import the RPC address given to you by GitPod into your MetaMask wallet

This endpoint will look something like this:

https://8545-copper-swordtail-j1mvhxv3.ws-eu18.gitpod.io/

The chain ID should be 1337. If you have a localhost rpc set up, you may need to overwrite it. <br/>

MetaMask RPC Import

you can also change your status of your open ports by going to port settings. <br/>

port settings

Run Locally

Clone the project

  npx degit G3root/nextjs-dapp-starter-ts my-project

Go to the project directory

  cd my-project

Install dependencies

  pnpm install

Start the development server

  pnpm dev

Build For Production

To generate production build

 pnpm build

Acknowledgements

License

MIT