Skip to content
forked from 33cn/bityuan

Official Go implementation of the bityuan blockchain network

License

Notifications You must be signed in to change notification settings

Cola20150301/bityuan

 
 

Repository files navigation

pipeline status Go Report Card

基于 chain33 区块链开发 框架 开发的 bityuan 系统

官方网站: https://www.bityuan.com

区块链浏览器: https://mainnet.bityuan.com

注意: master 分支不是 发布版本, 不要用于生产环境

安装

安装govendor 工具

go get -u -v github.com/kardianos/govendor

支持make file的平台

git clone https://github.com/bityuan/bityuan $GOPATH/src/github.com/bityuan/bityuan
cd $GOPATH/src/github.com/bityuan/bityuan
make

就可以完成编译安装

更新chain33

make update

更新 vendor

make updatevendor

About

Official Go implementation of the bityuan blockchain network

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 55.0%
  • Makefile 23.6%
  • Shell 20.7%
  • Batchfile 0.7%