Skip to content

danhper/simple-bitcoin-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

sample-bitcoin-parser

This is a sample implementation of a Bitcoin parser in Python able to parse blocks, transactions and Merkle proofs.

This is meant to be used as a reference for the following blog post:
http://daniel.perez.sh/blog/2020/bitcoin-format/

The happy path should work for all functions but no error handling is performed. This is therefore not meant to be used directly but can be a good starting point or reference to implement such a parser.

About

Simple Python Bitcoin parser/formatter implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages