码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2021-05-24 15:42:42      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:http   方式   cos   www   min   构建   div   get   other   

 

官方二进制包方式:

# 下载 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 的三种方式

标签:http   方式   cos   www   min   构建   div   get   other   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!