tendermint/README.md

18 lines
460 B
Markdown

# Tendermint
Simple, Secure, Scalable Blockchain Platform
[![Build Status](https://drone.io/github.com/tendermint/tendermint/status.png)](https://drone.io/github.com/tendermint/tendermint/latest)
### Resources
* [wiki](https://github.com/tendermint/tendermint/wiki)
* [TMSP](http://tendermint.com/posts/tendermint-socket-protocol/)
### Coding style
* Go
* Use gofmt. Consider vim-go or gosublime.
* Write godoc.
* Write tests.
* Tabs, not spaces