monero-cpp
monero-cpp copied to clipboard
Build a RPC and/or REST wallet server based on this library's API
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.
Is anyone interested in working on this?