mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-12 06:41:31 +00:00
15 lines
474 B
Markdown
15 lines
474 B
Markdown
# Tendermint
|
|
Simple, Secure, Scalable Blockchain Platform
|
|
|
|
[](https://drone.io/github.com/tendermint/tendermint/latest)
|
|
|
|
We're working on documentation. In the meantime, please check out the articles and tutorials: http://tendermint.com/posts/tendermint-socket-protocol/
|
|
|
|
### Coding style
|
|
|
|
* Go
|
|
* Use gofmt. Consider vim-go or gosublime.
|
|
* Write godoc.
|
|
* Write tests.
|
|
* Tabs, not spaces
|