https://github.com/emeraldpay/emerald-grpc
https://github.com/emeraldpay/emerald-grpc
protobuf
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/emeraldpay/emerald-grpc
- Owner: emeraldpay
- Created: 2019-06-06T03:58:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T10:02:01.000Z (over 1 year ago)
- Last Synced: 2024-12-30T12:03:01.505Z (over 1 year ago)
- Topics: protobuf
- Size: 58.6 KB
- Stars: 4
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Emerald gRPC & Protobuf Definitions
Official gRPC definitions for public Emerald APIs
NOTE: It's a preliminary version, any service or message definition could be modified or removed without a backward compatibility
until version 1.0 will be reached.
API Version: 0.2
== Libraries
=== Javascript library
image:https://img.shields.io/npm/v/@emeraldpay/grpc-client.svg["npm (scoped)", link="https://www.npmjs.com/package/@emeraldpay/grpc-client"]
* https://github.com/emeraldpay/emerald-js-client
* https://www.npmjs.com/package/@emeraldpay/grpc-client
=== Java library
image:https://api.bintray.com/packages/emerald/emerald-grpc/emerald-grpc/images/download.svg["Bintray", link="https://bintray.com/emerald/emerald-grpc/emerald-grpc/"]
* https://github.com//emeraldpay/emerald-java-client
* https://bintray.com/emerald/emerald-grpc/emerald-grpc
=== Rust library
IN PROGRESS