Go to file
Jae Kwon 6ca7a3ec21 Fix Makefile build command; Define Signature interface 2015-07-19 09:45:40 -07:00
DOCKER update docker for GOPATH tendermint install 2015-07-12 02:16:33 +00:00
Godeps Godeps <- golang.org/x/crypto/nacl etc 2015-07-15 14:56:52 -07:00
INSTALL draft of instructions on forking the testnet. TODO: make simpler 2015-07-09 15:04:58 -07:00
account Fix Makefile build command; Define Signature interface 2015-07-19 09:45:40 -07:00
alert godep 2015-06-09 23:17:19 -04:00
binary fixed-length arrays cleanup 2015-07-18 17:19:47 -07:00
blockchain fix GetStatus() usage 2015-07-13 11:03:31 -07:00
cmd tendermint/account -> acm 2015-07-19 09:40:55 -07:00
common fixed handshake test; wrote broken read/write test 2015-07-14 22:35:32 -07:00
config crypto byte arrays are fixed length 2015-07-17 17:19:16 -04:00
consensus tendermint/account -> acm 2015-07-19 09:40:55 -07:00
crawler Merge branch 'sim_txs' into develop 2015-07-16 00:55:04 -07:00
db godep 2015-06-09 23:17:19 -04:00
docs added sts-final doc 2015-07-15 14:16:30 -07:00
events more fixes from review 2015-04-17 13:18:50 -07:00
logger godep 2015-06-09 23:17:19 -04:00
mempool uuid branch tidying 2015-07-13 16:00:01 -07:00
merkle Make Ripemd160 the default 2015-07-10 12:15:46 -07:00
node UUID -> PubKeyEd25519 2015-07-15 14:31:03 -07:00
p2p crypto byte arrays are fixed length 2015-07-17 17:19:16 -04:00
permission/types PermFlag rename; Make Permission fields value (nonpointer) fields; Permissions & Snatives on by default; Remove dead code 2015-07-07 14:26:05 -07:00
process Process's OutFile is an AutoFile. Use with LogRotate for Barak logs 2015-07-07 17:44:52 -07:00
rpc tendermint/account -> acm 2015-07-19 09:40:55 -07:00
scripts scripts to stop/start groups 2015-07-16 13:36:27 -07:00
state tendermint/account -> acm 2015-07-19 09:40:55 -07:00
types tendermint/account -> acm 2015-07-19 09:40:55 -07:00
vm * tendermint/binary handles fixed-length arrays 2015-07-16 00:45:29 -07:00
.gitignore add git commit hash to nodeInfo 2015-07-12 02:16:33 +00:00
LICENSE.md Update README 2014-12-31 16:57:38 -08:00
Makefile Fix Makefile build command; Define Signature interface 2015-07-19 09:45:40 -07:00
README.md updated README 2015-07-09 15:05:47 -07:00
Vagrantfile Introducing make economy and docker 2015-03-18 23:27:27 -07:00

README.md

Tendermint

Byzantine Blockchain Consensus

Install Tendermint

Fork Tendermint/Testnet

Docker

Coding style

  • Go
    • Use gofmt. Consider vim-go or gosublime.
    • Write godoc.
    • Write tests.
    • Tabs, not spaces