Go to file
Anton Kaliaev 4896364952
[cli] cleanup gen_validator output (Fixes #396)
so we can pipe result to a file:

```
tendermint gen_validator > example.json
```

before this we had to cut first 3 lines:

```
tendermint gen_validator | sed 1,3d > example.json
```
2017-02-08 23:24:19 +04:00
.github add ISSUE_TEMPLATE for github [ci skip] [circle skip] 2017-02-03 13:07:59 +04:00
DOCKER [docker] move to alpine base image 2017-02-06 00:11:03 +04:00
benchmarks w(oop)s 2016-02-19 02:11:50 +00:00
blockchain fixes from review 2016-12-22 22:03:42 -05:00
cmd/tendermint [cli] cleanup gen_validator output (Fixes #396) 2017-02-08 23:24:19 +04:00
config Merge branch 'master' into develop 2017-01-12 20:48:10 -05:00
consensus Support new Query message for proofs 2017-01-28 08:27:13 -08:00
docs/architecture [ci skip] [circle skip] Document research on backing dbs 2017-02-05 16:29:37 +01:00
mempool AppendTx -> DeliverTx 2017-01-12 15:55:03 -05:00
node Support new Query message for proofs 2017-01-28 08:27:13 -08:00
proxy Support new Query message for proofs 2017-01-28 08:27:13 -08:00
rpc Support new Query message for proofs 2017-01-28 08:27:13 -08:00
scripts copy instead of move (Fixes #385) 2017-01-31 11:30:54 +04:00
state Cleanup, add stub for VerifyCommitAny 2017-01-29 13:50:53 -08:00
test improve circleci config 2017-02-07 13:16:47 +04:00
types Cleanup, add stub for VerifyCommitAny 2017-01-29 13:50:53 -08:00
version try to get version from version/version.go 2017-01-23 15:23:39 +04:00
.codecov.yml test: remove codecov patch threshold 2016-12-20 01:47:59 -05:00
.editorconfig add .editorconfig to maintain consistent coding style 2017-01-22 18:00:08 +04:00
.gitignore dist command to make binaries and package them for distribution 2017-01-23 14:45:13 +04:00
CONTRIBUTING.md add CONTRIBUTING.md [ci skip] [circle skip] 2017-02-03 13:07:11 +04: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 improve circleci config 2017-02-07 13:16:47 +04:00
README.md fix readme links [ci skip] 2017-01-29 13:38:54 -08:00
Vagrantfile update Vagrantfile 2017-02-08 22:56:17 +04:00
circle.yml improve circleci config 2017-02-07 13:16:47 +04:00
glide.lock Support new Query message for proofs 2017-01-28 08:27:13 -08:00
glide.yaml Clean glide files 2017-01-14 21:03:12 -08:00

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

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