0xPilou / superfluid-soulbound

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 93.1%Language:Solidity 6.8%Language:JavaScript 0.0%