tendermint/DOCKER/run.sh

10 lines
161 B
Bash
Executable File

#! /bin/bash
mkdir -p $GOPATH/src/$TMREPO
git clone https://$TMREPO.git .
git fetch
git reset --hard $TMHEAD
go get $TMREPO/cmd/tendermint
make
tendermint node