| Crates.io | walletd_bip39 |
| lib.rs | walletd_bip39 |
| version | 0.2.0 |
| created_at | 2023-04-20 15:58:30.563721+00 |
| updated_at | 2023-05-15 09:46:23.328417+00 |
| description | BIP39 mnemonic implementation for walletd |
| homepage | https://walletd.org/ |
| repository | https://github.com/walletd/walletd |
| max_upload_size | |
| id | 844578 |
| size | 251,571 |
Basic example of creating a BIP39 mnemonic word phrase and seed
cargo run --manifest-path ./examples/basic/Cargo.toml
Import example of creating a BIP39 mnemonic from a phrase and creating seed
cargo run --manifest-path ./examples/import/Cargo.toml