docs: remove last section from ecosystem

This commit is contained in:
Zach Ramsay 2017-09-18 13:14:27 -04:00
parent ad79ead93d
commit 1d3f723ccc
2 changed files with 0 additions and 11 deletions

View File

@ -92,8 +92,3 @@ Deployment Tools
See `deploy testnets <./deploy-testnets.html>`__ for information about all the tools built by Tendermint. We have Kubernetes, Ansible, and Terraform integrations.
Cloudsoft built `brooklyn-tendermint <https://github.com/cloudsoft/brooklyn-tendermint>`__ for deploying a tendermint testnet in docker continers. It used Clocker for Apache Brooklyn.
Competitors (Collaborators?)
----------------------------
See `the introduction <./introduction.html>`__ for a comparison of software similar to Tendermint built by members of the blockchain community.

View File

@ -101,12 +101,6 @@ though extending Tendermint to handle non-determinism remains for future work.
with additional features for a name-registry, permissions, and native contracts, and an alternative blockchain API.
It uses Tendermint as its consensus engine, and provides a particular application state.
`Hydrachain <https://github.com/HydraChain/hydrachain>`__ is a Pyethereum adapted to a non-BFT consensus algorithm modelled on Tendermint.
`Juno <https://github.com/kadena-io/juno>`__ is written in Haskell by Kadena and is a variant of Tangaroa, a BFT version of Raft.
`HoneyBadgerBFT <https://github.com/amiller/HoneyBadgerBFT>`__ is written in Python by Andrew Miller and is a fully asynchronous and highly optimized BFT using secret-sharing.
ABCI Overview
-------------