Ethan Buchman 9123e63a33 | 8 years ago | |
---|---|---|
DOCKER | 8 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 | |
.codecov.yml | 8 years ago | |
.gitignore | 8 years ago | |
INSTALL.md | 8 years ago | |
LICENSE | 8 years ago | |
Makefile | 8 years ago | |
README.md | 8 years ago | |
Vagrantfile | 8 years ago | |
circle.yml | 8 years ago | |
glide.lock | 8 years ago | |
glide.yaml | 8 years ago |
Byzantine-Fault Tolerant State Machine Replication. Or Blockchain for short.
Branch | Tests | Coverage | Report Card |
---|---|---|---|
develop | |||
master |
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 securely replicates it on many machines.
For more background, see the introduction.
To get started developing applications, see the application developers guide.
go get -u github.com/tendermint/tendermint/cmd/tendermint
For more details (or if it fails), see the install guide.
Yay open source! Please see our contributing guidelines.