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.
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 buildorcargo build --release