Go to file
Ethan Buchman 1fedf5b332 Merge branch 'consensus_wal_autofile' into develop_old 2016-11-15 15:43:22 -05:00
DOCKER remove INSTALL dir, add INSTALL.md, update DOCKER 2016-10-11 23:27:59 -04:00
benchmarks w(oop)s 2016-02-19 02:11:50 +00:00
blockchain Use go-flowcontrol 2016-11-04 06:46:34 -07:00
cmd/tendermint cswal -> cs_wal_dir 2016-10-30 03:55:27 -07:00
config cswal -> cs_wal_dir 2016-10-30 03:55:27 -07:00
consensus Merge branch 'consensus_wal_autofile' into develop_old 2016-11-15 15:43:22 -05:00
mempool Ensure *_wal_dir exists 2016-11-05 09:15:34 -07:00
node cswal -> cs_wal_dir 2016-10-30 03:55:27 -07:00
proxy QuitService->BaseService 2016-10-28 12:14:24 -07:00
rpc rpc: use interfaces for pipe 2016-10-14 21:38:49 -04:00
scripts update glide 2016-11-03 20:16:44 -04:00
state change some logs to debug 2016-11-03 20:13:39 -04:00
test test: install glide for network test 2016-10-20 12:30:22 -04:00
types type safe events 2016-10-10 03:10:29 -04: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 Add Glide files for project management 2016-01-05 13:19:41 -08:00
INSTALL.md remove INSTALL dir, add INSTALL.md, update DOCKER 2016-10-11 23:27:59 -04: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 Merge branch 'consensus_wal_autofile' into develop_old 2016-11-15 15:43:22 -05:00
glide.yaml Update glide file w/ go-common develop branch & go-autofile 2016-10-26 21:59:56 -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.