php-cryptocurrency-address-validation
php-cryptocurrency-address-validation copied to clipboard
Cryptocurrency address validation library
Added support for Bitcoin Gold validation [BTG.zip](https://github.com/murich/php-cryptocurrency-address-validation/files/5432361/BTG.zip)
Addresses where start to "M" can't valid correct. Example adres M8aBZjuAoTrZJVH84tcusD77JAMuo6Fxud Meaby in class LTC protected $base58PrefixToHexVersion 'M' => '31', need 'M' => '32', ?
How do I configure validators if I want to disable mainnet address validation and enable testnet for development and vice versa?