Coder Social home page Coder Social logo

turbo-eth / create-turbo-eth Goto Github PK

View Code? Open in Web Editor NEW
14.0 2.0 6.0 7.68 MB

Create-turbo-eth is an interactive CLI tool designed to jumpstart your full-stack web3 apps.

Home Page: https://www.turboeth.xyz/

License: MIT License

Shell 0.01% TypeScript 99.36% JavaScript 0.49% CSS 0.14% Batchfile 0.01%
boilerplate cli dapp ethereum next13 nextjs rainbowkit tailwindcss template typescri

create-turbo-eth's Introduction

banner

⚡ TurboETH

TS GPLv3 license

Turbo ETH is an Ethereum dApp Build System; designed to make building Web3 applications fast.

Deploy with Vercel

Installation & Usage

git clone [email protected]:turbo-eth/turbo-eth.git

Installation

pnpm is the recommended package manager.

pnpm install

Local Development

pnpm lab

Local Development w/ Blockchain Fork

pnpm lab:fork

Build

pnpm build

Tests

pnpm test

Modules

The monorepo includes 3 primary folders.

Each folder contains similar modules i.e. frontend applications go in the apps folder and the smart contracts go in the contracts folder; very straight-forward.

Environment Variables

Each module requires unique environment variables. Specifically the apps and contracts modules when preparing for deployment or forking a blockchain network.

The .env.example can be copied/pasted and updated to include the required variables deployment.

Task Pipelines

Builds, tests and deployments are handled via tasks pipelines. Task pipelines orchestrate build and dependency requirements between mono-repo packages.

Edit the turbo.json file in the root directory to add new pipelines and custom workflows.

Developer Experience

The TurboETH build system uses Turborepo and pNPM; a high-performance build system and a fast, disk space efficient package manager. Giving developers the best experience possible while minimizing demand on local compute resources.

Core Technologies


Copyright 2022 Kames Geraghty

create-turbo-eth's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

create-turbo-eth's Issues

[BUG]

Describe the bug

I can't input my app name when getting to start
image

Expected behavior

both at items and Wrap

Steps to reproduce

No response

Additional context

No response

Operating system

macOS

create-turbo-eth version or commit hash

latest

[BUG] Can't run node on node 19.9 and 20.11

Describe the bug

Look like the installer won't resolve some module. in 19 and 20, not sure if there is any experimental or old feature used that are deprecated since that. It runs perfectly in 18.

Installing with node 20

❯ npx create-turbo-eth@latest
node:internal/modules/cjs/loader:1147
  throw err;
  ^

Error: Cannot find module '/Users/david/Lab/sandbox/node'
    at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
    at Module._load (node:internal/modules/cjs/loader:985:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
    at node:internal/main/run_main_module:28:49 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Node.js v20.11.1

Installing with node 19

❯ npx create-turbo-eth@latest
node:internal/modules/cjs/loader:1093
  throw err;
  ^

Error: Cannot find module '/Users/david/Lab/sandbox/node'
    at Module._resolveFilename (node:internal/modules/cjs/loader:1090:15)
    at Module._load (node:internal/modules/cjs/loader:934:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
    at node:internal/main/run_main_module:23:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Node.js v19.9.0

Expected behavior

Expecting the installer to run.

Steps to reproduce

  1. nvm install 19
  2. nvm use 19
  3. npx create-turbo-eth@latest
  4. repeat with 20

Additional context

No response

Operating system

macOS

create-turbo-eth version or commit hash

create-turbo-eth@latest

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.