Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hyperledgendary/fabric-ledger-protos
- Owner: hyperledgendary
- License: apache-2.0
- Created: 2020-02-25T13:41:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T12:15:45.000Z (over 2 years ago)
- Last Synced: 2024-10-13T07:54:33.311Z (4 months ago)
- Language: JavaScript
- Homepage: https://hyperledgendary.github.io/fabric-ledger-protos/
- Size: 86.9 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.