Skip to content

0xPilou/web3-project-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turborepo starter

This is an official Yarn v1 starter turborepo.

What's inside?

This turborepo uses Yarn as a package manager. It includes the following packages/apps:

Apps and Packages

  • smart-contracts: a Hardhat project
  • web: a Next.js app
  • ui: a stub React component library used by both web and other potential Next.js applications
  • lint: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • web3-config : [Typechain] (https://github.com/dethcrypto/TypeChain) configuration containing the smart-contract interface and deployments files
  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This turborepo has some additional tools already setup for you:

Build

To build all apps and packages, run the following command:

yarn run build

Develop

To develop all apps and packages, run the following command:

yarn run dev

About

Monorepo template for a fullstack web3 project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published