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 267f134d44 Merge pull request #508 from tendermint/release-v0.10.0-rc1 7 years ago
.github add ISSUE_TEMPLATE for github [ci skip] [circle skip] 7 years ago
DOCKER update docker README [ci skip] [circleci skip] 7 years ago
benchmarks Fixed rpctypes.Request creation to new format 7 years ago
blockchain set logger 7 years ago
cmd/tendermint changes per Frey comments (Refs #493) 7 years ago
config changes as per Bucky's review 7 years ago
consensus [consensus] Info->Debug for is a validator log msg 7 years ago
docs/architecture Merge pull request #502 from tendermint/adrianbrink-patch-1 7 years ago
mempool update for a new ABCI API 7 years ago
node Merge pull request #501 from tendermint/feature/493-per-module-log-levels 7 years ago
p2p move SetLogger down 7 years ago
proxy update for a new ABCI API 7 years ago
rpc RPC returns pretty formated json 7 years ago
scripts update version for rc1 7 years ago
state log whether node is a validator in each round 7 years ago
test test: p2p.seeds and p2p.pex 7 years ago
types [types] more []byte->data.Bytes and some %X->%v 7 years ago
version update version for rc1 7 years ago
.codecov.yml test: remove codecov patch threshold 8 years ago
.editorconfig add .editorconfig to maintain consistent coding style 7 years ago
.gitignore Add extra memory to virtual machine and add coverage report to gitignore. 7 years ago
CHANGELOG.md add link to list of breaking funcs/methods 7 years ago
CONTRIBUTING.md add CONTRIBUTING.md [ci skip] [circle skip] 7 years ago
INSTALL.md remove INSTALL dir, add INSTALL.md, update DOCKER 8 years ago
LICENSE GPLv3 -> Apache2.0 8 years ago
Makefile Modify makefile 7 years ago
README.md Merge pull request #474 from faddat/patch-4 7 years ago
Vagrantfile Add extra memory to virtual machine and add coverage report to gitignore. 7 years ago
circle.yml collect and add docker logs to CircleCI artifacts (Refs #387) 7 years ago
glide.lock update changelog and glide 7 years ago
glide.yaml update changelog and glide 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 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