Commit Graph

4 Commits

Author SHA1 Message Date
be914806af feat: Add Bitcoin address support and improve UX
Some checks failed
Workflow push to Dappbundle / Build (push) Has been cancelled
- Implement Bitcoin address generation (Bech32) and WIF private key display.
- Add input validation to search: reject empty inputs and FLO/BTC addresses with clear intent messages.
- Update search history logic:
  - Derive and store BTC addresses for WIF private keys.
  - Display BTC chips in search history for multi-chain keys.
- Move notifications to top-right on desktop to prevent sidebar overlap.
- Add WETC logo to asset icons (matching ETC logo).
2026-01-24 03:31:24 +05:30
5a7696ea61 chore: Update IndexedDB name to 'floEthereumClassic' from 'floEthereum'. 2026-01-20 06:17:30 +05:30
458bd1c75a fix(index.html): update balance section heading to reflect only ETC balance 2026-01-18 14:35:08 +05:30
fd7b73c967 feat(etc-wallet): complete Ethereum Classic wallet
Implemented full wallet functionality for Ethereum Classic:
- Balance Checking: Real-time balance fetching for ETC and WETC.
- Transaction History: Robust fetching via BlockScout API with fallback CORS proxies and retry logic.
- Transaction Details: Detailed view for individual transactions, including status, hash, and value.
- Sending Functionality: Secure ETC transfers using Type 0 (Legacy) transactions.
- Key Management: Generate new addresses and retrieve existing ones from private keys (WIF).
- Navigation Enhancements:
    - Clickable addresses in history for seamless navigation.
2026-01-18 14:18:26 +05:30