Open
Description
Hi. I'm looking into implementing a light wallet where the client only handles addresses and keys, and there's a server that provides the information about the blockchain. This library would be great for that because it lets me start with multiple currencies without having to host all the blockchains, but I have a few questions:
- Is the full API documented in the README file? I'm missing a few things, like getting the balance of an address with a number of confirmations, or getting the unconfirmed balance, or getting specific information about transactions (like the scriptPubkey so I can sign it). Are those features available?
- Is there a way to access this remotely, like via a json/http interfase?
Thanks!