Skip to content

Instantly share code, notes, and snippets.

View nylira's full-sized avatar

Peng Zhong nylira

View GitHub Profile
@nylira
nylira / cosmos-sdk.sh
Last active August 28, 2018 04:04 — forked from zramsay/sdk.sh
Gist to install a recent version of the Cosmos SDK. Intended for use by Cosmos Hub full nodes.
#!/usr/bin/env bash
# this script is intended to be run from a Debian/Ubuntu VM with the account `pz`.
# sudo bash sdk.sh
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install -y make
# get and unpack golang