rustywallet-cli-0.1.0 is not a library.
rustywallet-cli
Command-line tool for cryptocurrency wallet operations.
Installation
Usage
Generate Private Key
# Generate hex format
# Generate WIF format
Generate Mnemonic
# Generate 12-word mnemonic
# Generate 24-word mnemonic with seed
# Validate existing mnemonic
Derive Address
# SegWit address (default)
# Legacy P2PKH address
# Taproot address
# Ethereum address
HD Wallet Derivation
# Default BIP44 path (m/44'/0'/0'/0/0)
# Custom derivation path
# With passphrase
Sign Message
# Bitcoin message signing (BIP-137)
# Ethereum personal_sign (EIP-191)
Verify Signature
# Verify Bitcoin signature
# Verify Ethereum signature
License
MIT