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.

52 lines
3.3 KiB

10 years ago
8 years ago
8 years ago
9 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
  1. # Tendermint
  2. Simple, Secure, Scalable Blockchain Platform
  3. [![version](https://img.shields.io/github/tag/tendermint/tendermint.svg)](https://github.com/tendermint/tendermint/releases/latest)
  4. [![API Reference](
  5. https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f676f6c616e672f6764646f3f7374617475732e737667
  6. )](https://godoc.org/github.com/tendermint/tendermint)
  7. [![chat](https://img.shields.io/badge/slack-join%20chat-pink.svg)](http://forum.tendermint.com:3000/)
  8. [![license](https://img.shields.io/github/license/tendermint/tendermint.svg)](https://github.com/tendermint/tendermint/blob/master/LICENSE)
  9. Branch | Tests | Coverage | Report Card
  10. ----------|-------|----------|-------------
  11. develop | [![CircleCI](https://circleci.com/gh/tendermint/tendermint/tree/develop.svg?style=shield)](https://circleci.com/gh/tendermint/tendermint/tree/develop) | [![codecov](https://codecov.io/gh/tendermint/tendermint/branch/develop/graph/badge.svg)](https://codecov.io/gh/tendermint/tendermint) | [![Go Report Card](https://goreportcard.com/badge/github.com/tendermint/tendermint/tree/develop)](https://goreportcard.com/report/github.com/tendermint/tendermint/tree/develop)
  12. master | [![CircleCI](https://circleci.com/gh/tendermint/tendermint/tree/master.svg?style=shield)](https://circleci.com/gh/tendermint/tendermint/tree/master) | [![codecov](https://codecov.io/gh/tendermint/tendermint/branch/master/graph/badge.svg)](https://codecov.io/gh/tendermint/tendermint) | [![Go Report Card](https://goreportcard.com/badge/github.com/tendermint/tendermint/tree/master)](https://goreportcard.com/report/github.com/tendermint/tendermint/tree/master)
  13. _NOTE: This is yet pre-alpha non-production-quality software._
  14. Tendermint Core is Byzantine Fault Tolerant (BFT) middleware that takes a state transition machine, written in any programming language,
  15. and replicates it on many machines.
  16. See the [application developers guide](https://github.com/tendermint/tendermint/wiki/Application-Developers) to get started.
  17. ## Contributing
  18. Yay open source! Please see our [contributing guidelines](https://github.com/tendermint/tendermint/wiki/Contributing).
  19. ## Resources
  20. ### Tendermint Core
  21. - [Introduction](https://github.com/tendermint/tendermint/wiki/Introduction)
  22. - [Validators](https://github.com/tendermint/tendermint/wiki/Validators)
  23. - [Byzantine Consensus Algorithm](https://github.com/tendermint/tendermint/wiki/Byzantine-Consensus-Algorithm)
  24. - [Block Structure](https://github.com/tendermint/tendermint/wiki/Block-Structure)
  25. - [RPC](https://github.com/tendermint/tendermint/wiki/RPC)
  26. - [Genesis](https://github.com/tendermint/tendermint/wiki/Genesis)
  27. - [Configuration](https://github.com/tendermint/tendermint/wiki/Configuration)
  28. - [Light Client Protocol](https://github.com/tendermint/tendermint/wiki/Light-Client-Protocol)
  29. - [Roadmap for V2](https://github.com/tendermint/tendermint/wiki/Roadmap-for-V2)
  30. ### Sub-projects
  31. * [TMSP](http://github.com/tendermint/tmsp)
  32. * [Mintnet](http://github.com/tendermint/mintnet)
  33. * [Go-Wire](http://github.com/tendermint/go-wire)
  34. * [Go-P2P](http://github.com/tendermint/go-p2p)
  35. * [Go-Merkle](http://github.com/tendermint/go-merkle)
  36. ## Install
  37. `go get -u github.com/tendermint/tendermint/cmd/tendermint`
  38. For more details, see the [install guide](https://github.com/tendermint/tendermint/wiki/Installation).