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 6f83f0bd4e glide update 8 years ago
.github add ISSUE_TEMPLATE for github [ci skip] [circle skip] 8 years ago
DOCKER [docker] move to alpine base image 8 years ago
benchmarks w(oop)s 9 years ago
blockchain BlockMeta uses BlockID 8 years ago
cmd/tendermint [cli] cleanup gen_validator output (Fixes #396) 8 years ago
config Merge branch 'master' into develop 8 years ago
consensus BlockMeta uses BlockID 8 years ago
docs/architecture some docs fixes 8 years ago
mempool AppendTx -> DeliverTx 8 years ago
node Support new Query message for proofs 8 years ago
proxy update glide 8 years ago
rpc BlockMeta uses BlockID 8 years ago
scripts copy instead of move (Fixes #385) 8 years ago
state BlockMeta uses BlockID 8 years ago
test improve circleci config 8 years ago
types BlockMeta uses BlockID 8 years ago
version try to get version from version/version.go 8 years ago
.codecov.yml test: remove codecov patch threshold 8 years ago
.editorconfig add .editorconfig to maintain consistent coding style 8 years ago
.gitignore dist command to make binaries and package them for distribution 8 years ago
CONTRIBUTING.md add CONTRIBUTING.md [ci skip] [circle skip] 8 years ago
INSTALL.md remove INSTALL dir, add INSTALL.md, update DOCKER 8 years ago
LICENSE GPLv3 -> Apache2.0 8 years ago
Makefile make install now uses vendored dependencies 8 years ago
README.md fix readme links [ci skip] 8 years ago
Vagrantfile update Vagrantfile 8 years ago
circle.yml improve circleci config 8 years ago
glide.lock glide update 8 years ago
glide.yaml Clean glide files 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

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