Skip to content

Milestone 1 ; Bitcoin script engine; Spark integration

Pre-release
Pre-release
Compare
Choose a tag to compare
@Kangmo Kangmo released this 03 Dec 16:05
· 538 commits to master since this release

Supports Bitcoin reading/writing block files.

  • Block file parser, serializer.
  • Transaction script parser, serializer, executor.
  • Tested with blkNNNNN.dat files written by Bitcoin reference implementation.

Supports following transactions.

  • P2PK, P2PKH, P2SH.
  • Multisig.

Spark integration.