2014-11-07 23:27:03 -08:00
2014-10-11 00:52:29 -07:00
2014-11-07 23:27:03 -08:00
2014-11-07 23:27:03 -08:00
...
2014-10-06 21:28:49 -07:00
.
2014-06-16 22:37:42 -07:00
2014-11-07 23:27:03 -08:00
2014-07-09 18:33:44 -07:00
2014-11-07 23:27:03 -08:00
2014-11-07 23:27:03 -08:00

Tendermint in Golang

Tendermint is a completely decentralized byzantine consensus protocol suitable for use in crypto-currencies.

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

Build

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

Run

./tendermint daemon

Contribute

Resources

Description
No description provided
Readme Apache-2.0 394 MiB
Languages
Go 85.9%
TeX 7.2%
TLA 4.9%
Shell 0.6%
Python 0.5%
Other 0.8%