NOTE: Preview version. Not ready for production use.
To install from crates.io, run:
cargo install bc-envelope-cli
To install from source, clone this repo, change to its root directory and run:
cargo install --path .
Make sure your ~/.cargo/bin
directory is in your PATH
.
envelope --help
See the docs directory for more information.
NOTE: The envelope
tool does not have the same command line syntax as the Swift envelope
tool.
- Started adding support for XID Documents.
- Anywhere in
envelope
that accepts aur:envelope
can also accept any other UR types containing envelopes, including XID documents.
- Aligned to dependencies.
- Schnorr signatures are now BIP-340 compliant.
- Fixed bug that would cause certain valid combinations of SSKR shares to be rejected.