Ethan Buchman 55ef4b225f | 9 years ago | |
---|---|---|
DOCKER | 9 years ago | |
INSTALL | 9 years ago | |
benchmarks | 9 years ago | |
blockchain | 9 years ago | |
cmd/tendermint | 9 years ago | |
config | 9 years ago | |
consensus | 9 years ago | |
mempool | 9 years ago | |
node | 9 years ago | |
proxy | 9 years ago | |
rpc | 9 years ago | |
scripts | 9 years ago | |
state | 9 years ago | |
types | 9 years ago | |
version | 9 years ago | |
.gitignore | 9 years ago | |
LICENSE | 9 years ago | |
Makefile | 9 years ago | |
README.md | 9 years ago | |
Vagrantfile | 10 years ago | |
glide.lock | 9 years ago | |
glide.yaml | 9 years ago |
Simple, Secure, Scalable Blockchain Platform
Make sure you have installed Go and set the GOPATH.
Install glide
, used for dependency management:
go get https://github.com/Masterminds/glide
Install tendermint:
mkdir -p $GOPATH/src/github.com/tendermint
git clone https://github.com/tendermint/tendermint $GOPATH/src/github.com/tendermint/tendermint
cd $GOPATH/src/github.com/tendermint/tendermint
glide install
go install ./cmd/tendermint
Initialize a sample tendermint directory with an example genesis file (in ~/.tendermint
):
tendermint init
Now run the tendermint node:
tendermint node --proxy_app=dummy
For tutorials on running other applications with Tendermint, and for launching test networks, see http://tendermint.com/guide/