体验篇 - Cosmos
Posted 搬砖魁首
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了体验篇 - Cosmos相关的知识,希望对你有一定的参考价值。
环境:AWS (ubuntu)
安装golang (版本>1.12.1)
sudo snap install go
mkdir -p $HOME/go/bin
echo "export GOPATH=$HOME/go" >> ~/.bash_profile
echo "export PATH=\\$PATH:\\$GOPATH/bin" >> ~/.bash_profile
source ~/.bash_profile
编译 Gaia
mkdir -p $GOPATH/src/github.com/cosmos
cd $GOPATH/src/github.com/cosmos
git clone https://github.com/cosmos/gaia
cd gaia && make install
最新版本的Gaia: (推荐)
mkdir -p $GOPATH/src/github.com/cosmos
cd $GOPATH/src/github.com/cosmos
git clone https://github.com/cosmos/cosmos-sdk
cd cosmos-sdk && git checkout v0.35.0
make install
编译出的二进制文件在目录 /home/ubuntu/go/bin
$ gaiad version --long
$ gaiacli version --long
把go/bin目录下编译出的二进制文件拷出也可执行
以上是关于体验篇 - Cosmos的主要内容,如果未能解决你的问题,请参考以下文章
使用Spring-MongoDB访问全球分布数据库Cosmos DB