This is a Tron Wallet Chrome Extension

You can get it from Google Chrome Web Store | Tron Wallet for Chrome
Or download it from GitHub | Tron Wallet
How to side load Chrome extension
- Download the
Tron Wallet.zipfile from the link above. - Unzip it to a folder, for example,
buildorTron Wallet, you can rename it whatever name you like. - Input URL chrome://extensions/ in your Chrome browser.
- Click on "LOAD UNPACKED" button.
- Select the folder
Tron Walletfrom the file picker. You should see a new extension calledTron Walletin you browser. - That's it, enjoy 😁
- Offline signature function. All transaction are signed offline and no private key got send out to the Internet.
- Creating account offline - generate Private key and address
- Importing Private key offline (We don't send out private key to the Internet)
- Displaying TRX balances
- Displaying TRX price and 24 hours changes
- Displaying Account information like address and QR code. Navigating to TronScan to see more info.
- Receiving TRX
- Sending TRX and other tokens
- Showing Tron Power
- Freezing and unfreezing Tron Power
- Voting to Super Representatives
- Searching Super Representatives by address or URL
- Displaying recent transactions and providing a button to TronScan to see more transactions
- Displaying all tokens
- Validating all text fields. e.g. private key, address, available balances.
- Nice animations and transitions.
- This app is built with React.js and Material-UI.
- The app is using TronScan API. However, sometimes, the API is not very reliable 😅.