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 a84d4320df websockets accept rpc requests 9 years ago
DOCKER update docker for GOPATH tendermint install 9 years ago
Godeps Debora's default log level is notice 9 years ago
INSTALL draft of instructions on forking the testnet. TODO: make simpler 9 years ago
account panic wrapper functions 9 years ago
alert godep 9 years ago
binary panic wrapper functions 9 years ago
blockchain Simplify Service/Reactor pattern 9 years ago
cmd Debora's default log level is notice 9 years ago
common snative refactor and SNativeTx 9 years ago
config fix node/addrbook test; made build task quieter 9 years ago
consensus Simplify Service/Reactor pattern 9 years ago
crawler Merge branch 'sim_txs' into develop 9 years ago
db panic wrapper functions 9 years ago
docs added sts-final doc 9 years ago
events Simplify Service/Reactor pattern 9 years ago
logger godep 9 years ago
mempool Simplify Service/Reactor pattern 9 years ago
merkle panic wrapper functions 9 years ago
node websockets accept rpc requests 9 years ago
p2p Retries for net.Listen to account for MacOSX socket close delay 9 years ago
permission/types SNativeTx -> PermissionTx, consolidate permissions and native contracts 9 years ago
process Process's OutFile is an AutoFile. Use with LogRotate for Barak logs 9 years ago
rpc websockets accept rpc requests 9 years ago
scripts direct tendermint node stderr to stdin for stdinwriter & logjack 9 years ago
state Merge pull request #119 from tendermint/snatives 9 years ago
types SNativeTx -> PermissionTx, consolidate permissions and native contracts 9 years ago
vm SNativeTx -> PermissionTx, consolidate permissions and native contracts 9 years ago
.gitignore add git commit hash to nodeInfo 9 years ago
LICENSE.md Update README 10 years ago
Makefile fix node/addrbook test; made build task quieter 9 years ago
README.md updated README 9 years ago
Vagrantfile Introducing make economy and docker 10 years ago

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