Ethan Buchman deb295f738 | 8 years ago | |
---|---|---|
DOCKER | 8 years ago | |
INSTALL | 9 years ago | |
benchmarks | 9 years ago | |
blockchain | 8 years ago | |
cmd/tendermint | 9 years ago | |
config | 8 years ago | |
consensus | 8 years ago | |
mempool | 8 years ago | |
node | 8 years ago | |
proxy | 9 years ago | |
rpc | 8 years ago | |
scripts | 8 years ago | |
state | 8 years ago | |
test | 8 years ago | |
types | 8 years ago | |
version | 8 years ago | |
.gitignore | 9 years ago | |
LICENSE | 8 years ago | |
Makefile | 8 years ago | |
README.md | 8 years ago | |
Vagrantfile | 10 years ago | |
circle.yml | 8 years ago | |
glide.lock | 8 years ago | |
glide.yaml | 9 years ago |
Simple, Secure, Scalable Blockchain Platform
NOTE: This is yet pre-alpha non-production-quality software.
Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes an application, written in any programming language, and replicates it (ie. the latest state) on many machines. See the application developers guide to get started.
Yay open source! Please see our contributing guidelines.
go get -u github.com/tendermint/tendermint/cmd/tendermint
For more details, see the install guide.