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.

18 lines
343 B

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