Go to file
Ethan Buchman 97a51c130f Merge pull request #290 from tendermint/mempool_txcache
Fix race condition; Refactor out txCache
2016-10-10 17:20:42 -04:00
DOCKER tests: add throughput benchmark using mintnet and netmon 2016-08-05 19:02:43 -04:00
INSTALL Tendermint <-> Application refactor 2015-12-01 20:12:01 -08:00
benchmarks w(oop)s 2016-02-19 02:11:50 +00:00
blockchain Merge pull request #267 from tendermint/fastsync_fix 2016-09-09 20:10:06 -04:00
cmd/tendermint privVal.LastSignBytes and more replay tests 2016-08-14 13:33:03 -04:00
config config: reduce timeouts during test 2016-09-10 15:16:23 -04:00
consensus add test for mempool deadlock 2016-10-10 17:05:50 -04:00
mempool add test for mempool deadlock 2016-10-10 17:05:50 -04:00
node check tmsp client err and set mustConnect=false 2016-09-11 16:08:46 -04:00
proxy check tmsp client err and set mustConnect=false 2016-09-11 16:08:46 -04:00
rpc expose query and info through rpc 2016-09-10 17:14:42 -04:00
scripts test: add killall to dockerfile. cleanup 2016-09-10 20:11:58 -04:00
state proxy: typed app conns 2016-08-24 01:45:45 -04:00
test test: codecov 2016-09-25 22:08:48 +09:00
types privVal.LastSignBytes and more replay tests 2016-08-14 13:33:03 -04:00
version check tmsp client err and set mustConnect=false 2016-09-11 16:08:46 -04:00
.gitignore Add Glide files for project management 2016-01-05 13:19:41 -08:00
LICENSE GPLv3 -> Apache2.0 2016-07-18 11:51:37 -04:00
Makefile run CI tests in docker container 2016-07-23 19:38:44 -04:00
README.md README shields 2016-09-26 00:17:58 +09:00
Vagrantfile Introducing make economy and docker 2015-03-18 23:27:27 -07:00
circle.yml test: codecov 2016-09-25 22:08:48 +09:00
glide.lock test: add killall to dockerfile. cleanup 2016-09-10 20:11:58 -04:00
glide.yaml Glide update 2016-05-10 19:05:25 -07: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.