当前位置:网站首页>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}
边栏推荐
- Logback log framework learning and problems
- 适合生鲜批发行业的几种精准接单方式
- Some optimization for seckill project
- P7712 [Ynoi2077] hlcpq
- IIS中的网站访问excel
- Practice makes sense -- your byte alignment and stack cognition may be wrong
- Remote office solution under epidemic situation
- mysql面试题
- Data disorder occurs when the n-th row of the subcomponent list generated by V-for is deleted
- 2022 simulated examination question bank and online simulated examination of hoisting machinery command examination questions
猜你喜欢
Selenium foundation API
Some optimization for seckill project
17 | establish data path (upper): instruction + operation =cpu
24 | adventure and prediction (III): thread pool in CPU
Redis underlying data structure ----quicklist
MySQL summary
安装CUDA+CUSP环境,并创建第一个HelloWord入门工程
IIS中的网站访问excel
[log4j2 log framework] modify dump log file permissions
Considerations for using redis transactions
随机推荐
Redis underlying data structure -- listpack
Tidb certification guide PCTA Pctp
Recognition of COVID-19 based on paddlepaddle
v-for生成的子组件列表删除第n行出现数据错乱问题
[log framework] add user-defined parameters to the MDC implementation log
Redis Cluster - the bottom principle of building clusters
Data disorder occurs when the n-th row of the subcomponent list generated by V-for is deleted
20 | 面向流水线的指令设计(上):一心多用的现代CPU
Unity exit Editor Mode
LATERAL VIEW explode
Effective Go - The Go Programming Language
23 | 冒险和预测(二):流水线里的接力赛
EHD ether coin, the hottest dpoc mining project
Redis Cluster - the underlying principle of slot assignment
Win10系统如何修改桌面路径
本地靶场2-文件上传漏洞(三)-网络安全
4. fabric2.2 create and join channels (use the official demo)
5. fabric2.2 installation and submission contract (using official demo)
Clickhouse column basic data type description
MySQL interview questions