A blockchain disk parser and utilities to work with bitcoin web services.
I have made this to learn how the blockchain is stored, after implementing the ninja_readBlocksFromDisk I started to add support for querying transactions, addresses and other stuffs from web services (blockchain.info, blockcypher.com)
TODO:
- Add the webservices in a separate class to make the query more abstract.
- Make the process of adding more webservices easy inside that class.
- Create an RPC connection to a full node as a "webservice" too and add it to the webservices class (point 1).
- ...