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.

22 lines
458 B

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