#wallet #microservices #reference #json-rpc #protocols #themelio #melwalletd

melwalletd-prot

RPC protocol for Themelio's reference wallet microservice

3 releases (breaking)

0.3.1 Feb 25, 2023
0.2.0 Nov 4, 2022
0.1.0 Oct 30, 2022

#13 in #themelio

Download history 1/week @ 2024-07-21 26/week @ 2024-07-28 16/week @ 2024-09-22 4/week @ 2024-09-29

78 downloads per month
Used in 2 crates

ISC license

15KB
178 lines

melwalletd-prot

Crate defining the [nanorpc] (JSON-RPC 2.0) protocol exposed by melwalletd, the reference Themelio wallet microservice implementation.

As a user, you almost certainly only care about [MelwalletdClient], which you would generally want to wrap around an HTTP-based nanorpc::RpcTransport in order to talk to melwalletd.

License: ISC


lib.rs:

Crate defining the [nanorpc] (JSON-RPC 2.0) protocol exposed by melwalletd, the reference Themelio wallet microservice implementation.

As a user, you almost certainly only care about [MelwalletdClient], which you would generally want to wrap around an HTTP-based nanorpc::RpcTransport in order to talk to melwalletd.

Dependencies

~11MB
~225K SLoC