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.
- Schnorr signatures are now BIP-340 compliant.
- Fixed bug that would cause certain valid combinations of SSKR shares to be rejected.