docker(沙盒)安装: https://docs.docker.com/install/linux/docker-ce/ubuntu/#prerequisites
- 执行命令前加sudo:
下载的文件将没有写权限 - go中引用bip39库生成Bitcoin私钥和地址:
“github.com/tyler-smith/go-bip32”
“github.com/tyler-smith/go-bip39”
在go的IDE中打开终端直接下载:
go get github.com/tyler-smith/go-bip32
go get github.com/tyler-smith/go-bip32 - 安装依赖包:
sudo apt-get install http://… --recursive
make dependencies && make - Bitcoin地址生成:
https://github.com/bgadrian/go-mnemonic
https://github.com/liuchengxu/blockchain-tutorial
https://github.com/liuchengxu/blockchain-tutorial/blob/master/content/SUMMARY.md - hashgraph:
https://blog.csdn.net/qq_25870633/article/details/82057232
http://app.myzaker.com/news/article.php?f=xiongzhang&pk=5b1a48b077ac64301e2cf193 - 下载第三方包:
https://www.golangtc.com/download/package
wget http://…