libitx / bsv-ex

Elixir toolset for building Bitcoin applications
https://hexdocs.pm/bsv
Apache License 2.0
28 stars 8 forks source link

Support parse block data from file. #8

Closed BlindingDark closed 2 years ago

BlindingDark commented 3 years ago

Parse block data from file, avoid loading the entire block into the memory, which is very useful when parsing a large block.