安装 Starport
三个前提条件:
- Golang >=1.14
- Protocol Buffer compiler(https://grpc.io/docs/protoc-installation/)
- Node.js >=12.19.0
1.脚本获取二进制文件(科学上网)
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 &&