diff --git a/docs/ecosystem.rst b/docs/ecosystem.rst index 5f5ba644..876a195d 100644 --- a/docs/ecosystem.rst +++ b/docs/ecosystem.rst @@ -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 `__ 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. diff --git a/docs/introduction.rst b/docs/introduction.rst index ec0350aa..cfda74ed 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -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 `__ is a Pyethereum adapted to a non-BFT consensus algorithm modelled on Tendermint. - -`Juno `__ is written in Haskell by Kadena and is a variant of Tangaroa, a BFT version of Raft. - -`HoneyBadgerBFT `__ is written in Python by Andrew Miller and is a fully asynchronous and highly optimized BFT using secret-sharing. - ABCI Overview -------------