- 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. |
||
|---|---|---|
| css | ||
| scripts | ||
| favicon.svg | ||
| index.html | ||
| RanchiMall_TRON_Wallet_Tasks.pdf | ||
| README.md | ||
RanchiMall Tron Web Wallet
Introduction
This project implements the RanchiMall Tron Web Wallet, providing multi-chain wallet functionality and seamless integration between Tron, FLO, and Bitcoin blockchains.
Functions required for RanchiMall Tron Web Wallet
-
Address Lookup
- Allow search for any Tron blockchain address and display full transaction history.
-
FLO Private Key Integration
- Enable sending of TRX using a valid FLO blockchain private key or using TRON blockchain address private key of the sender.
-
Multi-Chain Address Generation
- On creating a new Tron address, automatically generate and display:
- Equivalent FLO address
- Equivalent Bitcoin address
- Associated private keys for all three
- On creating a new Tron address, automatically generate and display:
-
Private Key-Based Address Recovery
- Derive the original Tron address from a valid FLO, Bitcoin, or Tron private key.
-
Balance Retrieval
- Show TRX balance for any address, using:
- Tron blockchain address, or
- Corresponding FLO / Bitcoin private keys
- Show TRX balance for any address, using:
-
Token Transfer
- Enable sending of TRX using:
- Tron private key, or
- Its corresponding/equivalent FLO and Bitcoin private keys
- Enable sending of TRX using: