Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hyperledgendary/fabric-ledger-protos

Protobuf definitions for encoding and decoding Hyperledger Fabric contract messages
https://github.com/hyperledgendary/fabric-ledger-protos

Last synced: 3 months ago
JSON representation

Protobuf definitions for encoding and decoding Hyperledger Fabric contract messages

Awesome Lists containing this project

README

        

# fabric-ledger-protos

[![Build Status](https://dev.azure.com/hyperledgendary/Wasm/_apis/build/status/hyperledgendary.fabric-ledger-protos?branchName=master)](https://dev.azure.com/hyperledgendary/Wasm/_build/latest?definitionId=5&branchName=master)

Prototype gRPC contract and ledger APIs, loosely based on the Hyperledger Fabric [Ledger API RFC](https://github.com/hyperledger/fabric-rfcs/pull/16).

The messages are currently being used to serialise data between waPC host and guest in the [Wasm Smart Contract RFC](https://github.com/hyperledger/fabric-rfcs/pull/28) prototype.