tendermint/README.md

23 lines
458 B
Markdown
Raw Normal View History

2015-01-20 03:30:57 -08:00
# Tendermint
2015-07-06 12:02:48 -07:00
Byzantine Blockchain Consensus
2014-11-07 23:27:03 -08:00
2015-05-12 19:09:54 -07:00
### Install Tendermint
* See: https://github.com/tendermint/tendermint/tree/master/INSTALL
2015-07-09 15:05:47 -07:00
### Fork Tendermint/Testnet
* See: https://github.com/tendermint/tendermint/blob/develop/INSTALL/FORK_TESTNET.md
2015-06-10 09:06:28 -07:00
### Docker
* See: https://github.com/tendermint/tendermint/tree/master/DOCKER
2015-05-12 19:09:54 -07:00
### Coding style
* Go
* Use gofmt. Consider vim-go or gosublime.
* Write godoc.
* Write tests.
* Tabs, not spaces