Wallet Wizard 🧙♂️✨
Embark on a cryptographic journey with wallet-wizard, a Rust library that opens portals to the blockchain realm. This mystical tool harnesses the ancient art of BIP-39 mnemonics to generate secure wallets. Whether you're a seasoned sorcerer of the blockchain world or a novice in the cryptographic universe, wallet-wizard offers a seamless and secure way to create wallets. Perfect for applications needing robust wallet functionality, it's your go-to spellbook for generating, managing, and utilizing wallets in your Rust applications.
Features
- Generate secure wallets using BIP-39 mnemonics.
- Derive multiple addresses from a single mnemonic.
- Perfect for applications needing robust wallet functionality.
How to Use the Crate as a CLI Tool
-
Install the Crate:
-
Run the CLI Tool:
- Generate wallets with a provided mnemonic:
- Generate wallets with a random mnemonic:
- Generate wallets with a provided mnemonic:
How to Use the Crate as a Library
-
Add the Dependency:
[] = "0.2.0" -
Use the Crate in Your Code:
use generate_ethereum_wallet; use Mnemonic; use *; use ;