monero-cpp icon indicating copy to clipboard operation
monero-cpp copied to clipboard

Build a RPC and/or REST wallet server based on this library's API

Open woodser opened this issue 5 years ago • 1 comments

This issue requests a RPC and/or REST wallet server be built based on this library's API.

For example, GET /get_txs with a MoneroTxQuery payload returns List<MoneroTxWallet> rooted at their blocks in order to remove redundancy.

The server should be a light layer on top of this library's existing wallet implementation and implemented based on Monero Core's existing wallet_rpc_server.cpp for maximum compatibility.

woodser avatar Aug 18 '19 21:08 woodser

Is anyone interested in working on this?

brandon-bb avatar Jan 10 '23 11:01 brandon-bb