Go to file
Anton Kaliaev 3b7a1d7149
check that we have enough arguments
Otherwise:

```
panic: runtime error: index out of range

goroutine 1 [running]:
panic(0xbb8de0, 0xc82000e080)
        /usr/local/go/src/runtime/panic.go:464 +0x3e6
main.main()
        /go/src/github.com/tendermint/tendermint/cmd/tendermint/main.go:48 +0x811
```
2017-01-24 21:20:29 +04: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 fixes from review 2016-12-22 22:03:42 -05:00
cmd/tendermint check that we have enough arguments 2017-01-24 21:20:29 +04:00
config Merge branch 'master' into develop 2017-01-12 20:48:10 -05:00
consensus Refactor replay console -> replay_file in consensus/replay_file.go 2017-01-15 16:19:02 -08:00
mempool AppendTx -> DeliverTx 2017-01-12 15:55:03 -05:00
node Refactor Node; Node is a simple BaseService 2017-01-15 16:59:10 -08:00
proxy AppendTx -> DeliverTx 2017-01-12 15:55:03 -05:00
rpc Refactor Node; Node is a simple BaseService 2017-01-15 16:59:10 -08:00
scripts Merge branch 'master' into develop 2017-01-12 20:48:10 -05:00
state AppendTx -> DeliverTx 2017-01-12 15:55:03 -05:00
test test: split up test/net/test.sh 2017-01-13 17:20:03 -05:00
types TMSP -> ABCI 2017-01-12 15:53:32 -05:00
version version bump to 0.8.0 2017-01-12 22:07:55 -05:00
.codecov.yml test: remove codecov patch threshold 2016-12-20 01:47:59 -05:00
.gitignore test/p2p: kill and restart all nodes 2016-12-22 01:42:51 -05: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 fix glide error: unable to export dependencies to vendor directory 2017-01-11 17:59:05 -05:00
README.md Merge branch 'master' into develop 2017-01-12 20:48:10 -05:00
Vagrantfile update vagrant setup 2016-12-26 21:21:06 +04:00
circle.yml test: circle artifacts 2016-12-19 15:42:39 -05:00
glide.lock Clean glide files 2017-01-14 21:03:12 -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

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