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.

21 lines
739 B

6 years ago
  1. # Ecosystem
  2. The growing list of applications built using various pieces of the
  3. Tendermint stack can be found at:
  4. - https://tendermint.com/ecosystem
  5. We thank the community for their contributions thus far and welcome the
  6. addition of new projects. A pull request can be submitted to [this
  7. file](https://github.com/tendermint/tendermint/blob/master/docs/app-dev/ecosystem.json)
  8. to include your project.
  9. ## Other Tools
  10. See [deploy testnets](./deploy-testnets) for information about all
  11. the tools built by Tendermint. We have Kubernetes, Ansible, and
  12. Terraform integrations.
  13. For upgrading from older to newer versions of tendermint and to migrate
  14. your chain data, see [tm-migrator](https://github.com/hxzqlh/tm-tools)
  15. written by @hxzqlh.