Solana wallet utilities for Kobe CLI.
Provides Solana 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 Deriver;
// Create a wallet from mnemonic
let wallet = from_mnemonic.unwrap;
// Derive Solana addresses from the wallet
let deriver = new;
let addr = deriver.derive.unwrap;
println!;