Code Monkey home page Code Monkey logo

web3-starter-kit's Introduction

(WIP) web3-starter-kit

Current status: This is what I'm git cloning to start a new web3 project.

Future status: This is an npx tool that bootstraps a web3 project with a React front-end, choice of CSS framework, choice of solidity framework, and includes a contract debugging tool.

Requirements

  • Node 18
  • NPM

Getting started

  1. Clone this repo
  2. Run npm install

Running commands

This project uses Nx. To run commands, use the following syntax: nx <target> <project> <...options>

Where <target> is the command you want to run, <project> is the project you want to run it on, and <...options> are any additional options you want to pass to the command.

E.g. if you want to run the dev command on the frontend project, you would run nx dev frontend.

Note that if you do not have Nx installed globally, you will need to use npx nx instead of nx.

Learn more about running Nx commands in the Nx docs.

Projects

contracts

  • Start local node: nx node contracts
  • Compile contracts and run build script: nx build contracts
  • Deploy to local node: nx deploy-local contracts
  • Compile contracts, run build script, deploy to local node, and watch for changes: nx dev contracts

ui-kit

  • Build: nx build ui-kit
  • Build in dev mode and watch for changes: nx dev ui-kit

web3-starter-kit's People

Contributors

dgca avatar

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.