jixingwei / 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

安装

安装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 49.1%Language:Makefile 26.2%Language:Shell 23.9%Language:Batchfile 0.8%