Commit Graph

10 Commits

Author SHA1 Message Date
01aa6be984 feat: add GitHub Actions workflow for pushing to Dappbundle
Some checks failed
Workflow push to Dappbundle / Build (push) Has been cancelled
2026-01-12 17:13:27 +05:30
9b3fed1f9e feat: enhance SEO with Open Graph meta tags and add logo image 2025-09-03 08:50:15 +05:30
e5bbc8f872 fix: update API endpoints to use mainnet instead of testnet and improve transaction history rendering 2025-09-03 07:56:31 +05:30
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
7788de63fb fix: Improve error handling in sendTrx function for transaction failures 2025-08-30 21:23: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
05ae9a27e8 Tron Wallet Readme 2025-08-29 08:36:43 +05:30