bitcoin-tx-verify 0.1.2

Minimal bitcoin transaction verifier with OP_CAT support
1
2
3
4
5
6
7
8
9
10
# 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`