Skip to content

A blockchain disk parser and utilities to work with bitcoin web services.

Notifications You must be signed in to change notification settings

LeonardoDemartino/ninjablock

Repository files navigation

ninjablock

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:

  1. Add the webservices in a separate class to make the query more abstract.
  2. Make the process of adding more webservices easy inside that class.
  3. Create an RPC connection to a full node as a "webservice" too and add it to the webservices class (point 1).
  4. ...

About

A blockchain disk parser and utilities to work with bitcoin web services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages