Skip to content

FitBlock/fit-block

Repository files navigation

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 install --unsafe-perm
npm run build
npm run web

develop

clone project

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

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published