You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ethan Buchman 0017fb7ffe premerge 8 years ago
..
test premerge 8 years ago
types premerge 8 years ago
CHANGELOG.md premerge 8 years ago
CONTRIBUTING.md premerge 8 years ago
INSTALL.md premerge 8 years ago
LICENSE premerge 8 years ago
Makefile premerge 8 years ago
README.md premerge 8 years ago
Vagrantfile premerge 8 years ago
circle.yml premerge 8 years ago
glide.lock premerge 8 years ago
glide.yaml premerge 8 years ago

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