A web application for converting between TRON and Ethereum address formats.
π Live Site: tron-converter.com
- TRON to Ethereum: Convert TRON addresses (Base58) to Ethereum hex format
- Ethereum to TRON: Convert Ethereum hex addresses to TRON format
- Address Validation: Built-in validation for both address formats
- Tronscan Integration: Direct links to view converted TRON addresses on Tronscan
- Clean UI: Modern, responsive interface
- Error Handling: Clear error messages for invalid addresses
The converter transforms addresses between formats while maintaining the same underlying public key:
- TRON addresses use Base58 encoding with a checksum
- Ethereum addresses use hexadecimal format with checksums
- Visit tron-converter.com
- Choose your conversion type:
- TRON β Hex: Enter a TRON address (e.g.,
TRX9Pjwn...
) - Hex β TRON: Enter an Ethereum hex address (e.g.,
0x742d35Cc6Bf...
)
- TRON β Hex: Enter a TRON address (e.g.,
- Click "Convert" to see the result
- For TRON addresses, click "View on Tronscan" to explore on the blockchain
- Node.js 20+ (see
.node-version
) - pnpm package manager
# Clone the repository
git clone https://github.com/BriungRi/tron-converter.git
cd tron-converter
# Install dependencies
pnpm install
# Start development server
pnpm dev
The app will be available at http://localhost:5173
# Development server
pnpm dev
# Build for production
pnpm build
# Preview production build
pnpm preview
# Run tests
pnpm test
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
- Live Site: tron-converter.com
- GitHub: BriungRi/tron-converter
- TRON Network: tron.network
- Tronscan: tronscan.org
Made with β€οΈ for the TRON and Ethereum communities