tronwallet/scripts
void-57 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
..
balance.js feat: Add multi-chain wallet generation and address recovery 2025-08-29 08:38:21 +05:30
btcOperator.js feat: Add multi-chain wallet generation and address recovery 2025-08-29 08:38:21 +05:30
btcwallet_scripts_lib.js feat: Add multi-chain wallet generation and address recovery 2025-08-29 08:38:21 +05:30
components.min.js feat: Add multi-chain wallet generation and address recovery 2025-08-29 08:38:21 +05:30
floCrypto.js feat: Add multi-chain wallet generation and address recovery 2025-08-29 08:38:21 +05:30
genMultichainAddress.js feat: Add multi-chain wallet generation and address recovery 2025-08-29 08:38:21 +05:30
recoverAddress.js feat: Add multi-chain wallet generation and address recovery 2025-08-29 08:38:21 +05:30
sendTRX.js feat: Add multi-chain wallet generation and address recovery 2025-08-29 08:38:21 +05:30
transactionHistory.js feat: Add multi-chain wallet generation and address recovery 2025-08-29 08:38:21 +05:30