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.

43 lines
2.0 KiB

10 years ago
9 years ago
9 years ago
8 years ago
8 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
9 years ago
  1. # Tendermint
  2. Simple, Secure, Scalable Blockchain Platform
  3. [![CircleCI](https://circleci.com/gh/tendermint/tendermint.svg?style=svg)](https://circleci.com/gh/tendermint/tendermint)
  4. [![codecov](https://codecov.io/gh/tendermint/tendermint/branch/develop/graph/badge.svg)](https://codecov.io/gh/tendermint/tendermint)
  5. _NOTE: This is yet pre-alpha non-production-quality software._
  6. Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes a state transition machine, written in any programming language,
  7. and replicates it on many machines.
  8. See the [application developers guide](https://github.com/tendermint/tendermint/wiki/Application-Developers) to get started.
  9. ## Contributing
  10. Yay open source! Please see our [contributing guidelines](https://github.com/tendermint/tendermint/wiki/Contributing).
  11. ## Resources
  12. ### Tendermint Core
  13. - [Introduction](https://github.com/tendermint/tendermint/wiki/Introduction)
  14. - [Validators](https://github.com/tendermint/tendermint/wiki/Validators)
  15. - [Byzantine Consensus Algorithm](https://github.com/tendermint/tendermint/wiki/Byzantine-Consensus-Algorithm)
  16. - [Block Structure](https://github.com/tendermint/tendermint/wiki/Block-Structure)
  17. - [RPC](https://github.com/tendermint/tendermint/wiki/RPC)
  18. - [Genesis](https://github.com/tendermint/tendermint/wiki/Genesis)
  19. - [Configuration](https://github.com/tendermint/tendermint/wiki/Configuration)
  20. - [Light Client Protocol](https://github.com/tendermint/tendermint/wiki/Light-Client-Protocol)
  21. - [Roadmap for V2](https://github.com/tendermint/tendermint/wiki/Roadmap-for-V2)
  22. ### Sub-projects
  23. * [TMSP](http://github.com/tendermint/tmsp)
  24. * [Mintnet](http://github.com/tendermint/mintnet)
  25. * [Go-Wire](http://github.com/tendermint/go-wire)
  26. * [Go-P2P](http://github.com/tendermint/go-p2p)
  27. * [Go-Merkle](http://github.com/tendermint/go-merkle)
  28. ## Install
  29. `go get -u github.com/tendermint/tendermint/cmd/tendermint`
  30. For more details, see the [install guide](https://github.com/tendermint/tendermint/wiki/Installation).