hyperledger-archives / burrow

https://wiki.hyperledger.org/display/burrow
https://hyperledger.github.io/burrow
Apache License 2.0
1.03k stars 346 forks source link
blockchain consensus ethereum evm hyperledger hyperledger-burrow permissioned-chains virtual-machine

Hyperledger Burrow

Hyperledger Burrow

:warning: :warning: :warning:

Hyperledger Burrow has been moved to End of Life status by the original project maintainers. Although Hyperledger Burrow is not currently being developed or maintained, the code is still available under an open source license so you would be welcome to reactivate this project. If you are interested in continuing development of this code, please consider submitting a PR at https://github.com/hyperledger/hyperledger-hip and sending and email to tsc@lists.hyperledger.org. See more details about project proposals at: https://hyperledger.github.io/hyperledger-hip/

If you wish to contribute, please reach out to the TSC mailing list

:warning: :warning: :warning:

version GoDoc license

Hyperledger Burrow is a permissioned Ethereum smart-contract blockchain node. It executes Ethereum EVM and WASM smart contract code (usually written in Solidity) on a permissioned virtual machine. Burrow provides transaction finality and high transaction throughput on a proof-of-stake Tendermint consensus engine.

burrow logo

What is Burrow

Burrow was a fully fledged blockchain node and smart contract execution engine -- a distributed database that executes code. Burrow runs Ethereum Virtual Machine (EVM) and Web Assembly (WASM) smart contracts. Burrow networks are synchronised using the Tendermint consensus algorithm.

Highlights include:

What it is not

Further introductory material

See Burrow - the Boring Blockchain for an introduction to Burrow and its motivating vision.

Watch the Boring into Burrow talk from the Hyperledger Global Forum 2020

JavaScript Client

There is a JavaScript API

Project Roadmap

Project information generally updated on a quarterly basis can be found on the Hyperledger Burrow Wiki.

Documentation

Burrow getting started documentation is available on the documentation site (source markdown files can be found in [docs]()) and programmatic API in GoDocs.

Releases

Contribute

We welcome any and all contributions. Read the contributing file for more information on making your first Pull Request to Burrow!

You can find us on:

License

Apache 2.0