Ethan Frey 543eea4f4e | 8 years ago | |
---|---|---|
.github | 8 years ago | |
DOCKER | 8 years ago | |
benchmarks | 8 years ago | |
blockchain | 8 years ago | |
cmd/tendermint | 8 years ago | |
config | 8 years ago | |
consensus | 8 years ago | |
docs/architecture | 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 | |
.editorconfig | 8 years ago | |
.gitignore | 8 years ago | |
CHANGELOG.md | 8 years ago | |
CONTRIBUTING.md | 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 alpha software. Please contact us if you intend to run it in production.
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.
To download pre-built binaries, see our downloads page.
To install from source, you should be able to:
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.