zingolabs / zingo-proxy

Work in progress pure-rust lightwalletd replacement. Currently all methods offload to lwd.
2 stars 4 forks source link

Add JsonRPC Client #27

Open idky137 opened 1 month ago

idky137 commented 1 month ago

Add a JsonRPC Client for communication with full node (ZebraD / ZcashD). Required for the implementation of the LightWalletD service RPCs. Implement get_lightd_info service RPC to test JsonRPC client.