You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jae Kwon 24b9f8647c fix debug output 10 years ago
DOCKER docker 10 years ago
Godeps godep 10 years ago
INSTALL go install is redundant with go get -u 10 years ago
account uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 10 years ago
alert godep 10 years ago
binary Fix consensus: Send round-skip votes 10 years ago
blockchain uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 10 years ago
cmd uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 10 years ago
common uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 10 years ago
config bump version and testnet 10 years ago
consensus fix debug output 10 years ago
crawler uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 10 years ago
db godep 10 years ago
events more fixes from review 10 years ago
logger godep 10 years ago
mempool Merge remote-tracking branch 'origin/websockets' into develop 10 years ago
merkle uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 10 years ago
node network > chain_id, put in genesis.json 10 years ago
p2p Split ReadBinary into ReadBinary/ReadBinaryPtr. 10 years ago
process close file when the process closes. 10 years ago
rpc uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 10 years ago
state uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 10 years ago
types uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 10 years ago
vm uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 10 years ago
.gitignore adding more debug logs 10 years ago
LICENSE.md Update README 10 years ago
Makefile make will install 10 years ago
README.md docker 10 years ago
Vagrantfile Introducing make economy and docker 10 years ago

README.md

Tendermint

Website | [IRC] (http://webchat.freenode.net/?randomnick=1&channels=%23tendermint) | Build Status

Tendermint is blockchain consensus. No proof of work.

Install Tendermint

Docker

Coding style

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

First pull request

You can make your first pull request in an hour or so!

Welcome aboard!

ship