Skip to content

Instantly share code, notes, and snippets.

@taobun
Created October 15, 2020 06:42
Show Gist options
  • Save taobun/838bfaf76d6f846aad71bebd7c8207a1 to your computer and use it in GitHub Desktop.
Save taobun/838bfaf76d6f846aad71bebd7c8207a1 to your computer and use it in GitHub Desktop.
git clone https://github.com/bandprotocol/bandchain
cd bandchain/chain
git checkout v1.2.6
make install
# Check that the correction version of bandd and bandcli is installed
bandd version --long
bandcli version --long
# Both should show:
# name: bandchain
# server_name: bandd
# client_name: bandcli
# version: chain/v1.2.6
# commit: 2689a3ae4b0b866e198ba31fd88c4c300090a49b
# build_tags: ledger
# go: go version go1.14.9 linux/amd64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment