Commit Graph

3 Commits

Author SHA1 Message Date
e5bbc8f872 fix: update API endpoints to use mainnet instead of testnet and improve transaction history rendering 2025-09-03 07:56:31 +05:30
288595e2f8 fix: improve transaction address and hash link functionality 2025-08-30 21:44:56 +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