github.com/Tri-stone/burrow@v0.25.0/docs/README.md (about)

     1  # Hyperledger Burrow Documentation
     2  
     3  Hyperledger Burrow is a permissioned Ethereum smart-contract blockchain node. It executes Ethereum EVM smart contract code (usually written in [Solidity](https://solidity.readthedocs.io)) on a permissioned virtual machine. Burrow provides transaction finality and high transaction throughput on a proof-of-stake [Tendermint](https://tendermint.com) consensus engine.
     4  
     5  ![burrow logo](assets/images/burrow.png)
     6  
     7  1. [Installation](INSTALL.md)
     8  1. [Logging](LOGGING.md)
     9  1. [Quickstart](quickstart)
    10     * [Single full node](quickstart/single-full-node.md) - start your first chain
    11     * [Send transactions](quickstart/send-transactions.md) - how to communicate with your Burrow chain
    12     * [Deploy contracts](quickstart/deploy-contracts.md) - interact with the Ethereum Virtual Machine
    13     * [Multiple validators](quickstart/multiple-validators.md) - advanced consensus setup
    14     * [Adding validators](quickstart/add-validators.md) - bonding a new party
    15     * [Seed nodes](quickstart/seed-nodes.md) - add new node dynamically
    16     * [Kubernetes](https://github.com/helm/charts/tree/master/stable/burrow) - bootstraps a burrow network on a Kubernetes cluster
    17  1. [Dump and restore a chain](dump-restore.md)