Generate a SLIP10 Master Key
Run the Example
You can generate a new SLIP10 master key with optional size by running the following command from within the client crate.
cargo run --example cli slip10-generate --size 512 --vault-path "slip10-vault-path" --record-path "slip10-record-path"
Expected Output
[2022-06-28T14:07:17Z INFO cli] SLIP10 seed successfully created? true
Example Code
client/examples/cli/main.rs
loading...