walletd_bip39

Crates.iowalletd_bip39
lib.rswalletd_bip39
version0.2.0
sourcesrc
created_at2023-04-20 15:58:30.563721
updated_at2023-05-15 09:46:23.328417
descriptionBIP39 mnemonic implementation for walletd
homepagehttps://walletd.org/
repositoryhttps://github.com/walletd/walletd
max_upload_size
id844578
size251,571
Devin (devinpearson)

documentation

README

BIP39 Mnemonic seed rust crate

Examples

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
Commit count: 214

cargo fmt