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 55b47bcb8e Merge pull request #323 from tendermint/release-0.7.4 8 years ago
DOCKER remove INSTALL dir, add INSTALL.md, update DOCKER 8 years ago
benchmarks w(oop)s 8 years ago
blockchain fix flowrate dep and test 8 years ago
cmd/tendermint feature flag: pex reactor 8 years ago
config feature flag: pex reactor 8 years ago
consensus Fix peer memleak; stop goroutine when peer is offline 8 years ago
mempool Mempool WAL 8 years ago
node feature flag: pex reactor 8 years ago
proxy check tmsp client err and set mustConnect=false 8 years ago
rpc fixes from review 8 years ago
scripts fix flowrate dep and test 8 years ago
state log: move some Info to Debug 8 years ago
test fix flowrate dep and test 8 years ago
types type safe events 8 years ago
version version: bump 0.7.3 8 years ago
.codecov.yml add codecov.yml to lower threshold 8 years ago
.gitignore Add Glide files for project management 8 years ago
INSTALL.md remove INSTALL dir, add INSTALL.md, update DOCKER 8 years ago
LICENSE GPLv3 -> Apache2.0 8 years ago
Makefile run CI tests in docker container 8 years ago
README.md fixes from review 8 years ago
Vagrantfile Introducing make economy and docker 9 years ago
circle.yml test: codecov 8 years ago
glide.lock fix flowrate dep and test 8 years ago
glide.yaml fix flowrate dep and test 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 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.

Install

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