bitcoin-tx-verify 0.1.1

Minimal bitcoin transaction verifier with OP_CAT support
docs.rs failed to build bitcoin-tx-verify-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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