#1519·validator

Feature request: TRC20 address validation tags

Author: imranalperenCreated Dec 31, 2025Updated Mar 6, 2026

Feature Request

The validator library already supports BTC adn ETH wallet address validations (btc_addr, btc_addr_bech32, eth_addr etc. tags). However, there is currently no built-in validation for TRC20 addresses.

Add new validation tags such as:

  • trx_addr

These address types are very common in crypto-related applications and would fit well into the existing crypto validation set.

If this feature is acceptable, I’d be happy to work on a PR.