jacky007wang / fit-block

a blockchain system which using JS implement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fit-block

a blockchain system which using JS implement

build Node

git clone --recursive git@github.com:FitBlock/fit-block.git
git submodule update --remote
cd ./fit-block/components/fit-block-ui
npm run build
npm run web

develop

clone project

git clone --recursive git@github.com:FitBlock/fit-block.git
git submodule update --remote
# or
# git clone git@github.com:FitBlock/fit-block.git
# git submodule init
# git submodule update --remote

install

npm install
npm run bootstrap

add components

# example
git submodule add git@github.com:FitBlock/fit-block-core.git ./components/fit-block-core

About

a blockchain system which using JS implement

License:MIT License