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:
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.
Feature Request
The validator library already supports BTC adn ETH wallet address validations (
btc_addr,btc_addr_bech32,eth_addretc. tags). However, there is currently no built-in validation for TRC20 addresses.Add new validation tags such as:
trx_addrThese 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.