首页 > 其他 > 详细

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

时间:2021-05-19 01:17:22      阅读:24      评论:0      收藏:0      [点我收藏+]

 

官方二进制包方式:

# 下载 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

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

原文:https://www.cnblogs.com/farwish/p/14783218.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!