[Blockchain] 安装 Cosmos Starport 的三种方式

 

官方二进制包方式:

# 下载 starport 二进制到 /usr/local/bin $ curl https://get.starport.network/starport! | bash   # 如果没有权限,分两步: $ curl https://get.starport.network/starport | bash $ sudo mv starport /usr/local/bin/

 

Macos Homebrew 方式:

$ brew install tendermint/tap/starport

 

Source code源码构建方式:

# 构建完将会把 starport 安装到 $GOPATH 目录, 注意你的 GOPATH 有没有设置过. Other Ref github.com/farwish/go-lab

$ git clone https://github.com/tendermint/starport --depth=1 $ cd starport && make

 

Official: https://cosmos.network/starport/

Doc: https://salmon-goat-uty6fl4e.ws-us04.gitpod.io/

Video: https://youtu.be/5RqAIE0b8Kw

Link: https://www.cnblogs.com/farwish/p/14783218.html

上一篇:【大数据组件】一篇文章让你快速入门Docker


下一篇:区块链blockchain Task 3