Commit Graph

5 Commits

Author SHA1 Message Date
70331e19f1 feat: implement IndexedDB for saving and managing searched addresses 2025-09-02 02:23:40 +05:30
b9d4a4ea32 feat: add site favicon 2025-08-31 02:38:59 +05:30
288595e2f8 fix: improve transaction address and hash link functionality 2025-08-30 21:44:56 +05:30
825560cbd6 Refactor Tron Wallet UI: Merge Balance and Transaction History Pages, Enhance Transaction Search Functionality, and Update URL Management
- Merged balance checking and transaction history into a single Transactions page.
- Updated navigation links and icons for improved user experience.
- Added search type selection for balance and transaction details.
- Implemented URL management for sharing balance and transaction links.
- Enhanced transaction search
- Improved loading states and notifications for user actions.
2025-08-30 20:53:41 +05:30
ef65ac5886 feat: Add multi-chain wallet generation and address recovery
- Implemented `genMultichainAddress.js` for generating addresses for FLO, BTC, and TRON from private keys.
- Created `recoverAddress.js` to recover addresses from a given private key, supporting multiple blockchains.
- Added `sendTRX.js` for sending TRX transactions, including WIF to hex conversion and transaction details display.
- Developed `transactionHistory.js` to fetch and display transaction history for TRON addresses with pagination and filtering options.
2025-08-29 08:38:21 +05:30