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.

34 lines
918 B

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
  1. # Tendermint
  2. [**Website**](http://tendermint.com) |
  3. [**IRC**] (http://webchat.freenode.net/?randomnick=1&channels=%23tendermint) |
  4. [![Build Status](http://drone.io/github.com/tendermint/tendermint/status.png)](https://drone.io/github.com/tendermint/tendermint/latest)
  5. Tendermint is blockchain consensus. No proof of work.
  6. ### Install Tendermint
  7. * See: https://github.com/tendermint/tendermint/tree/master/INSTALL
  8. ### Docker
  9. * See: https://github.com/tendermint/tendermint/tree/master/DOCKER
  10. ### Coding style
  11. * Go
  12. * Use gofmt. Consider vim-go or gosublime.
  13. * Write godoc.
  14. * Write tests.
  15. * Tabs, not spaces
  16. ### First pull request
  17. You can make your first pull request in an hour or so!
  18. * Fix a bug: https://github.com/tendermint/tendermint/issues
  19. * Write a unit test
  20. * Pull requests that only add comments or documentation are still cool
  21. ## Welcome aboard!
  22. ![ship](http://i.imgur.com/Z2it1La.png)