33cn / bityuan

Official Go implementation of the bityuan blockchain network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 55.1%Language:Makefile 23.6%Language:Shell 20.7%Language:Batchfile 0.7%