官方网站: https://www.bityuan.com
区块链浏览器: https://mainnet.bityuan.com
开发框架:https://chain.33.cn
注意: master 分支不是 发布版本, 不要用于生产环境
我们会对bug 评价4个等级(不会奖励人民币,等值虚拟资产)。 只有影响现有在线运行系统的,并且会产生严重分叉等行为的,才会评价为 L3
L0 1000
L1 3000
L2 10000
L3 20000
git clone https://github.com/bityuan/bityuan $GOPATH/src/github.com/bityuan/bityuan
//开启mod功能
export GO111MODULE=on
//国内用户需要导入阿里云代理,用于下载依赖包
export GOPROXY=https://mirrors.aliyun.com/goproxy
cd $GOPATH/src/github.com/bityuan/bityuan
make
就可以完成编译安装
make update