Commit Graph

2 Commits

Author SHA1 Message Date
6be4402f6f feat: Add Bitcoin support, BTC chips, and improve UX
Some checks failed
Workflow push to Dappbundle / Build (push) Has been cancelled
- Implement Bitcoin address generation (Bech32) and WIF display.
- Add BTC chips to searched addresses list.
- Add input validation: reject FLO/BTC addresses with clear intent messages.
- Update search placeholder and errors to use 'MNT'.
- Fix desktop notification panel positioning.
2026-01-24 04:19:30 +05:30
72351dd5b8 feat(mantle-wallet): complete Mantle wallet
Implemented full wallet functionality for Mantle:
- Balance Checking: Real-time balance fetching for MNT, WMNT, USDC, and USDT.
- Transaction History: Robust fetching via Mobula API with support for pagination and filtering.
- Transaction Details: Detailed view for individual transactions, including status, hash, and value.
- Sending Functionality: Secure MNT and token transfers using Type 0 (Legacy) transactions and L1 fee estimation.
- Key Management: Derivation of Mantle addresses and FLO IDs from private keys (WIF/Hex).
- Navigation Enhancements:
    - Clickable addresses in history and details for seamless navigation.
2026-01-20 15:23:51 +05:30