Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hyperledger/avalon

Hyperledger Avalon enables privacy in blockchain transactions, moving intensive processing from a main blockchain to improve scalability and latency, and to support attested Oracles
https://github.com/hyperledger/avalon

Last synced: 9 days ago
JSON representation

Hyperledger Avalon enables privacy in blockchain transactions, moving intensive processing from a main blockchain to improve scalability and latency, and to support attested Oracles

Awesome Lists containing this project

README

        

# DEPRECATION NOTICE

**NOTE**: This project is currently in `deprecated` state. Depending on your needs, please refer to one of the following projects instead:

- for core programming in enclave based confidential computation, [Confidential Computing Consortium](https://confidentialcomputing.io/)
- for using Zero Knowledge Proofs in privacy preserving blockchain transactions, [Hyperledger Ursa](https://github.com/hyperledger/ursa)
- for achieving privacy using offchain data channels with blockchain coordination, [Hyperledger FireFly](https://github.com/hyperledger/firefly)
- for similar functionality, [Private Data Objects](https://github.com/hyperledger-labs/private-data-objects), a Hyperledger Lab
- for confidential smart contracts on Hyperledger Fabric, [Hyperledger Fabric Private Chaincode](https://github.com/hyperledger/fabric-private-chaincode)

Hyperledger Avalon logo

# Hyperledger Avalon

[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3323/badge)](https://bestpractices.coreinfrastructure.org/projects/3323)

Hyperledger Avalon (formerly Trusted Compute Framework)
enables privacy in blockchain transactions,
moving intensive processing from a main blockchain to improve scalability and
latency, and to support attested Oracles.

The Trusted Compute Specification was designed to help developers gain the
benefits of computational trust and to mitigate its drawbacks. In the case of
the Avalon, a blockchain is used to enforce execution
policies and ensure transaction auditability, while associated off-chain
trusted compute resources execute transactions. By using trusted off-chain
compute resources, a developer can accelerate throughput and improve data
privacy.

Preservation of the integrity of execution and the enforcement
of confidentiality guarantees come through the use of a Trusted Compute (TC)
option, e.g. ZKP (Zero Knowledge Proof), MPC (Multi Party Compute),
or a hardware-based TEE (Trusted Execution Environment).
While the approach will work with any TC option that guarantees integrity and
confidentiality for code and data, our initial implementation uses
Intel® Software Guard Extensions (SGX).

Hyperledger Avalon leverages the existence of a distributed ledger to
* Maintain a registry of the trusted workers (including their attestation info)
* Provide a mechanism for submitting work orders from a client(s) to a worker
* Preserve a log of work order receipts and acknowledgments

Hyperledger Avalon uses the
[ _Off-Chain Trusted Compute Specification_](https://entethalliance.github.io/trusted-computing/spec.html)
defined by Enterprise Ethereum Alliance (EEA) Task Force as a starting point to
apply a consistent and compatible approach to all supported blockchains.

For more details on Hyperledger Avalon architecture, see
[_avalon-arch.pdf_](docs/avalon-arch.pdf).

## Building

To build Hyperledger Avalon, follow instructions in the
[build document](BUILD.md).

## Documentation

[Hyperledger Avalon Documentation](https://hyperledger.github.io/avalon/)

## Contributing

See the [contributing document](CONTRIBUTING.md)
for information on how to contribute and the guidelines for contributions.

## Initial Committers
* Manjunath A C (manju956)
* Daniel Anderson (danintel)
* Thomas J Barnes (TomBarnes)
* Srinath Duraisamy (srinathduraisamy)
* Manoj Gopalakrishnan (manojgop)
* Karthika Murthy (Karthika)
* Ramakrishna Srinivasamurthy (ram-srini)
* Yevgeniy Y. Yarmosh (EugeneYYY)

## Sponsor
* Mic Bowman (cmickeyb) - TSC member

## License
Hyperledger Avalon is released under the Apache License
Version 2.0 software license. See the [license file](LICENSE) for more details.

Hyperledger Avalon documentation is licensed under the
Creative Commons Attribution 4.0 International License. You may obtain a copy
of the license at: http://creativecommons.org/licenses/by/4.0/.

© Copyright 2019-2020, Intel Corporation.