2015-01-05 14:04:42 -08:00
2014-12-29 19:44:38 -08:00
2015-01-05 14:04:42 -08:00
2014-12-29 18:09:06 -08:00
2014-12-31 22:13:49 -08:00
2014-12-31 22:13:49 -08:00
2014-12-29 19:44:38 -08:00
2014-12-29 15:14:54 -08:00
2015-01-05 14:04:42 -08:00
2014-12-16 05:43:23 -08:00
2014-12-31 16:57:38 -08:00
2014-12-28 17:10:03 -08:00
2014-12-31 16:57:38 -08:00

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

make get_deps
make

Run

./tendermint daemon --help

Resources

IRC Channel: #tendermint on freenode

Description
No description provided
Readme Apache-2.0 63 MiB
Languages
Go 72.6%
C 17.7%
Shell 3.2%
Python 1.6%
Makefile 1%
Other 3.7%