当前位置:网站首页>Cosmos Starport installation and startup
Cosmos Starport installation and startup
2022-06-13 07:57:00 【Boiled soybeans in brine】
install Starport
Three prerequisites :
- Golang >=1.14
- Protocol Buffer compiler(https://grpc.io/docs/protoc-installation/)
- Node.js >=12.19.0
1. Script get binary ( Science and the Internet )
curl https://get.starport.network/starport! | bash
2.macOS with Homebrew
brew install tendermint/tap/starport
3.Build from source
git clone https://github.com/tendermint/starport && cd starport && make
This will build and install starport binary into $GOBIN.
Quick start
starport app github.com/foo/mychain
cd mychain
starport serve
Problems encountered

Need to put packr2 Put command in global

Go 1.14 There is a problem with version compilation need 1.15+ edition

ubuntu Environmental installation Protocol Buffer compiler Problems arise
protoc-gen-gocosmos Unable to find
sudo apt install -y protobuf-compiler
Try to use go get Installation
go get -u github.com/golang/protobuf/{
proto,protoc-gen-go}
边栏推荐
- [log4j2 log framework] modify dump log file permissions
- 2022年危险化学品经营单位安全管理人员特种作业证考试题库及模拟考试
- Recommend several books on DBA promotion
- Leetcode 163 Missing interval (June 12, 2022)
- IDS persistence ---rdb
- 酒水批发行业应当如何高效管理商品与库存
- Effective Go - The Go Programming Language
- Questions about ETL: io trino. jdbc. TrinoDriver
- 本地靶场2-文件上传漏洞(三)-网络安全
- [Yu Yue education] econometrics reference materials of Jiujiang University
猜你喜欢

Free file server storage technology

How app inventor accesses resource files in assets directory

Operation of simulated examination platform for examination question bank of G3 boiler water treatment operation certificate in 2022

24 | adventure and prediction (III): thread pool in CPU

2022 electrician (elementary) examination questions and simulation examination

2021-10-20

Advanced MySQL: how to learn MySQL source code

21 | 面向流水线的指令设计(下):奔腾4是怎么失败的?

26 | Superscalar和VLIW:如何让CPU的吞吐率超过1

2022年危险化学品经营单位安全管理人员特种作业证考试题库及模拟考试
随机推荐
Idea shortcut summary
Effective Go - The Go Programming Language
Logback log framework learning and problems
Redis underlying data structure ----quicklist
redis面试题
Get properties of class
Recognition of COVID-19 based on paddlepaddle
2022年危险化学品经营单位安全管理人员特种作业证考试题库及模拟考试
2022年电工(初级)考题及模拟考试
Redis master-slave replication - mentality detection mechanism
21 | 面向流水线的指令设计(下):奔腾4是怎么失败的?
Redis learning journey -- subscription and publishing
20 | pipeline oriented instruction design (Part 1): Modern CPU with multi-purpose
The uniapp applet dynamically generates tabbar based on permissions
Redis Cluster - the bottom principle of building clusters
Tidb source code series: immersive compilation of tidb
Redis learning journey --redis Conf details
【PYTORCH】Expected object of type torch. xxxTensor but found type torch. cuda. xxxTensor(torch0.4.0)
20 | 面向流水线的指令设计(上):一心多用的现代CPU
Local shooting range 2- file upload vulnerability (III) - Network Security