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.
 
 
 
 
 
 
Jae Kwon 764091dfbb Merge pull request #366 from tendermint/release-0.8.0 7 years ago
DOCKER remove INSTALL dir, add INSTALL.md, update DOCKER 8 years ago
benchmarks w(oop)s 8 years ago
blockchain fixes from review 8 years ago
cmd/tendermint Merge branch 'master' into develop 7 years ago
config Merge branch 'master' into develop 7 years ago
consensus AppendTx -> DeliverTx 7 years ago
mempool AppendTx -> DeliverTx 7 years ago
node Merge branch 'master' into develop 7 years ago
proxy AppendTx -> DeliverTx 7 years ago
rpc Merge branch 'master' into develop 7 years ago
scripts Merge branch 'master' into develop 7 years ago
state AppendTx -> DeliverTx 7 years ago
test test: split up test/net/test.sh 7 years ago
types TMSP -> ABCI 7 years ago
version version bump to 0.8.0 7 years ago
.codecov.yml test: remove codecov patch threshold 8 years ago
.gitignore test/p2p: kill and restart all nodes 8 years ago
INSTALL.md remove INSTALL dir, add INSTALL.md, update DOCKER 8 years ago
LICENSE GPLv3 -> Apache2.0 8 years ago
Makefile fix glide error: unable to export dependencies to vendor directory 7 years ago
README.md Merge branch 'master' into develop 7 years ago
Vagrantfile update vagrant setup 8 years ago
circle.yml test: circle artifacts 8 years ago
glide.lock more glide updates 7 years ago
glide.yaml update all glide deps to master 7 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