Ethan Buchman a58e8d47c6 | 8 years ago | |
---|---|---|
DOCKER | 8 years ago | |
INSTALL | 9 years ago | |
benchmarks | 9 years ago | |
blockchain | 8 years ago | |
cmd/tendermint | 8 years ago | |
config | 8 years ago | |
consensus | 8 years ago | |
mempool | 8 years ago | |
node | 8 years ago | |
proxy | 8 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 a state transition machine, written in any programming language, and replicates it 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.