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.

20 lines
387 B

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. # Tendermint
  2. Byzantine Blockchain Consensus
  3. ![inoodle](http://i.imgur.com/ECr9rLT.png)
  4. ### Install Tendermint
  5. * See: https://github.com/tendermint/tendermint/tree/master/INSTALL
  6. ### Docker
  7. * See: https://github.com/tendermint/tendermint/tree/master/DOCKER
  8. ### Coding style
  9. * Go
  10. * Use gofmt. Consider vim-go or gosublime.
  11. * Write godoc.
  12. * Write tests.
  13. * Tabs, not spaces