/bityuan

Official Go implementation of the bityuan blockchain network

Primary LanguageGoBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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