tendermint/premerge
Ethan Buchman 0017fb7ffe premerge 2017-04-21 17:38:40 -04:00
..
test premerge 2017-04-21 17:38:40 -04:00
types premerge 2017-04-21 17:38:40 -04:00
CHANGELOG.md premerge 2017-04-21 17:38:40 -04:00
CONTRIBUTING.md premerge 2017-04-21 17:38:40 -04:00
INSTALL.md premerge 2017-04-21 17:38:40 -04:00
LICENSE premerge 2017-04-21 17:38:40 -04:00
Makefile premerge 2017-04-21 17:38:40 -04:00
README.md premerge 2017-04-21 17:38:40 -04:00
Vagrantfile premerge 2017-04-21 17:38:40 -04:00
circle.yml premerge 2017-04-21 17:38:40 -04:00
glide.lock premerge 2017-04-21 17:38:40 -04:00
glide.yaml premerge 2017-04-21 17:38:40 -04:00

README.md

Tendermint

Byzantine-Fault Tolerant State Machine Replication. Or Blockchain for short.

version API Reference chat license

Branch Tests Coverage Report Card
develop CircleCI codecov Go Report Card
master CircleCI codecov Go Report Card

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.

Install

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.

Contributing

Yay open source! Please see our contributing guidelines.

Resources

Tendermint Core

Sub-projects

Applications

More