Ethereum wallet utilities for Kobe CLI.
Provides Ethereum address derivation from a unified [kobe_core::Wallet].
Features
std(default): Enable standard library supportalloc: Enable heap allocation without full std (forno_stdenvironments)rand: Enable random key generation forStandardWallet
Usage
use Wallet;
use ;
// Create a wallet from mnemonic
let wallet = from_mnemonic.unwrap;
// Derive Ethereum addresses from the wallet
let deriver = new;
let addr = deriver.derive.unwrap;
println!;
// Derive using Ledger Live style
let addr = deriver.derive_with_style.unwrap;
println!;