An (incomplete) C library for parsing BCR UR types. At the moment the following Uniform resources are supported:
- crypto-seed
- crypto-psbt
- crypto-eckey
- crypto-hdkey
- crypto-output with the exception of variants:
combo
,multisig
,sorted-multisig
,address
,taproot
- crypto-account
It requires cmake support for --preset
option, which is included only on versions >=3.20
$ cmake --preset dev
$ cmake --build --preset dev
$ ctest --preset dev --output-on-failure