Go to file
Jae Kwon 6cfe56a8b2 Update README.md 2014-11-20 05:25:12 -08:00
binary IAVLTree supports Codec. 2014-10-11 00:52:29 -07:00
blocks made ValidatorSet.Hash deterministic; fix off-by-1 bugs 2014-11-05 03:12:07 -08:00
cmd made cmd/, removed crypto/ 2014-11-07 23:27:03 -08:00
common Don't send bitarrays, just send height/round/type/index. 2014-11-05 03:12:06 -08:00
config made cmd/, removed crypto/ 2014-11-07 23:27:03 -08:00
consensus made ValidatorSet.Hash deterministic; fix off-by-1 bugs 2014-11-05 03:12:07 -08:00
db ... 2014-10-06 21:28:49 -07:00
docs . 2014-06-16 22:37:42 -07:00
mempool made ValidatorSet.Hash deterministic; fix off-by-1 bugs 2014-11-05 03:12:07 -08:00
merkle made ValidatorSet.Hash deterministic; fix off-by-1 bugs 2014-11-05 03:12:07 -08:00
p2p made cmd/, removed crypto/ 2014-11-07 23:27:03 -08:00
rpc created "Node" 2014-07-09 18:33:44 -07:00
state made cmd/, removed crypto/ 2014-11-07 23:27:03 -08:00
.gitignore numeric fields are all native unboxed. 2014-08-30 16:28:51 -07:00
README.md Update README.md 2014-11-20 05:25:12 -08:00

README.md

Website | Blog | [Forum] (http://forum.tendermint.com) | [IRC] (http://webchat.freenode.net/?randomnick=1&channels=%23tendermint)

Tendermint in Golang

Tendermint is a completely decentralized byzantine consensus protocol suitable for use in cryptocurrencies.

This project is a reference implementation of the protocol.

Submodules

  • consensus: core consensus algorithm
  • state: application state; mutated by transactions
  • blocks: structures of the blockchain
  • mempool: gossip of new transactions
  • merkle: merkle hash trees
  • p2p: extensible P2P networking

Requirements

Go 1.2 or newer.

Build

Build Status

go get github.com/tendermint/tendermint/...
go build -o tendermint github.com/tendermint/tendermint/cmd

Run

./tendermint daemon

Resources

IRC Channel: #tendermint on freenode