Go to file
Ethan Buchman fb9735ef46 rebase fixes and BeginBlock(hash,header) 2016-11-16 13:25:13 -05:00
DOCKER remove INSTALL dir, add INSTALL.md, update DOCKER 2016-10-11 23:27:59 -04:00
benchmarks
blockchain MakePartSet takes partSize from config. fix replay test 2016-11-16 01:23:16 -05:00
cmd/tendermint cswal -> cs_wal_dir 2016-10-30 03:55:27 -07:00
config MakePartSet takes partSize from config. fix replay test 2016-11-16 01:23:16 -05:00
consensus rebase fixes and BeginBlock(hash,header) 2016-11-16 13:25:13 -05:00
mempool Ensure *_wal_dir exists 2016-11-05 09:15:34 -07:00
node state: ApplyBlock 2016-11-16 13:25:13 -05:00
proxy rebase fixes and BeginBlock(hash,header) 2016-11-16 13:25:13 -05:00
rpc rebase fixes and BeginBlock(hash,header) 2016-11-16 13:25:13 -05:00
scripts scripts/txs/random.sh 2016-11-16 01:32:13 -05:00
state rebase fixes and BeginBlock(hash,header) 2016-11-16 13:25:13 -05:00
test rebase fixes and BeginBlock(hash,header) 2016-11-16 13:25:13 -05:00
types test: app persistence 2016-11-16 13:25:13 -05:00
version version: bump 0.7.3 2016-10-12 00:24:24 -04:00
.codecov.yml add codecov.yml to lower threshold 2016-10-10 17:18:34 -04:00
.gitignore
INSTALL.md remove INSTALL dir, add INSTALL.md, update DOCKER 2016-10-11 23:27:59 -04:00
LICENSE
Makefile
README.md README shields 2016-09-26 00:17:58 +09:00
Vagrantfile
circle.yml test: codecov 2016-09-25 22:08:48 +09:00
glide.lock update glide 2016-11-15 15:57:03 -05:00
glide.yaml update glide 2016-11-15 15:57:03 -05:00

README.md

Tendermint

Simple, Secure, Scalable Blockchain Platform

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 replicates it on many machines. See the application developers guide to get started.

Contributing

Yay open source! Please see our contributing guidelines.

Resources

Tendermint Core

Sub-projects

Install

go get -u github.com/tendermint/tendermint/cmd/tendermint

For more details, see the install guide.