Initial release of the address converter library.
Features
- Convert addresses between EVM-compatible chains and TRON network
- Support both Base58Check and Hex formats for TRON addresses
- Comprehensive address validation
- Type hints support
- Thoroughly tested
Dependencies
- Python >=3.7
- base58 >=2.0.0
Installation
bash
pip install address-converter