Stone
Stone copied to clipboard
Add support for reading via local node
Right now, reads are done via the blockchain.info API, because in order for users to read non-wallet transactions locally, they would need to rebuild the entire BTC data store.
- Support should be provided to those willing to do this.
- Should check if transaction is a wallet transaction before defaulting to the blockchain.info API.
If done correctly, this will resolve issue #1 as well.