# Description: Implement a module to generate and manage Bitcoin wallets. # Tasks: - [ ] Generate wallets (mnemonic/seed-based) - [ ] Support private/public key derivation - [ ] Implement wallet serialization and deserialization - [ ] Add unit tests for wallet generation and key management
Description:
Implement a module to generate and manage Bitcoin wallets.
Tasks: