bitcoin-tx-verify 0.1.0

Minimal bitcoin transaction verifier with OP_CAT support
bitcoin-tx-verify-0.1.0 has been yanked.

bitcoin-tx-verify

Minimal bitcoin transaction verifier with OP_CAT support

Build

  • Install dependencies (rustup)
  • Clone this repository
  • Init submodules git submodule update --init --recursive
  • Build with cargo build or cargo build --release