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.

14 lines
474 B

10 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
  1. # Tendermint
  2. Simple, Secure, Scalable Blockchain Platform
  3. [![Build Status](https://drone.io/github.com/tendermint/tendermint/status.png)](https://drone.io/github.com/tendermint/tendermint/latest)
  4. We're working on documentation. In the meantime, please check out the articles and tutorials: http://tendermint.com/posts/tendermint-socket-protocol/
  5. ### Coding style
  6. * Go
  7. * Use gofmt. Consider vim-go or gosublime.
  8. * Write godoc.
  9. * Write tests.
  10. * Tabs, not spaces