destrys / bitcoin_transaction_parsing

Example Bitcoin Transaction parsing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Bitcoin Transaction parsing

Coverage Status Build Status

Warning: Currently this has only been tested on my Mac, if you run into problems on your machine, open an issue, or fix it and put in a PR.

Quickstart

Get everything installed:

#+BEGIN_SRC shell-script $ git clone git@github.com:destrys/bitcoin_transaction_parsing $ cd bitcoin_transaction_parsing $ make $ source environment.sh $ jupyter notebook #+END_SRC

If your browser doesn't open automatically, navigate to [http://localhost:8888/tree/notebooks#]

TODO

  • Either write a tx deserializer function, or get python-bitcoinlib's version working
  • Output Parsing Notebook
  • Input Parsing Notebook
  • Standard Transactions Notebook (find examples of each)
  • NonStandard Transaction Notebook (find some good examples)
  • Tests/Docs

About

Example Bitcoin Transaction parsing

License:MIT License


Languages

Language:Jupyter Notebook 91.9%Language:Makefile 5.4%Language:Shell 2.7%