官方二进制包方式:
# 下载 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