https://github.com/emeraldpay/emerald-api-rs
Emerald API for Rust
https://github.com/emeraldpay/emerald-api-rs
Last synced: about 1 year ago
JSON representation
Emerald API for Rust
- Host: GitHub
- URL: https://github.com/emeraldpay/emerald-api-rs
- Owner: emeraldpay
- Created: 2023-07-20T23:12:11.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T21:11:38.000Z (over 1 year ago)
- Last Synced: 2025-06-13T19:03:47.939Z (about 1 year ago)
- Language: Rust
- Size: 77.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Emerald API for Rust
== Crate Features
Crate is split into different categogies representing different Emerald API services.
In addition to that, each service can have a Client code, and Server code. Both share the same Protobuf.
To use a particular service client, ex. for a Market API use `market-client` feature. Or `market-server` if you need the server stubs.
.Categories (aka Services) are:
- `auth` - Auth API (enabled by default if any `*-client` feature is enabled)
- `blockchain` - Blockchain API
- `market` - Market API
- `monitoring` - Monitoring API
- `transaction` - Transaction API