Go to file
Jae Kwon 946fa21dc7 fix race conditions 2014-12-28 17:10:03 -08:00
account Better debug output 2014-12-28 16:26:53 -08:00
alert UPNP + hairpin probing 2014-12-23 17:20:52 -08:00
binary fix race conditions 2014-12-28 17:10:03 -08:00
block Fixed a PrivValidator filename == nil bug 2014-12-28 02:05:09 -08:00
cmd Better debug output 2014-12-28 16:26:53 -08:00
common Refactoring genesis, including PubKey into TxInput 2014-12-28 00:44:56 -08:00
config fix flag parsing -- use flagSet after the command 2014-12-28 15:08:07 -08:00
consensus fix race conditions 2014-12-28 17:10:03 -08:00
db Refactoring genesis, including PubKey into TxInput 2014-12-28 00:44:56 -08:00
mempool Better debug output 2014-12-28 16:26:53 -08:00
merkle Added README docs for account/binary and renamed UInt -> Uint etc. 2014-12-22 18:10:17 -08:00
p2p Better debug output 2014-12-28 16:26:53 -08:00
rpc UPNP + hairpin probing 2014-12-23 17:20:52 -08:00
state Fix state_test bug -- include PubKey in TxInput 2014-12-28 03:06:47 -08:00
.gitignore start writing rpc 2014-12-16 05:43:23 -08:00
Makefile fix race conditions 2014-12-28 17:10:03 -08:00
README.md Update README.md 2014-12-09 00:27:16 -08:00

README.md

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

NOTICE A ton of the non-consensus logic is being refactored in prepration for the testnet which will be available around the end of this year 2014. Some people have asked me about licensing -- in the minimum all source code will be available via a copyleft license such as GPLv3 or the AGPL. MIT and other very liberal licenses are being considered, but I'm a kopimist at heart, so until then, forget the copyright system. For my true peers, my publishing this code is good enough.

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