php-cryptocurrency-address-validation icon indicating copy to clipboard operation
php-cryptocurrency-address-validation copied to clipboard

Cryptocurrency address validation library

Results 3 php-cryptocurrency-address-validation issues
Sort by recently updated
recently updated
newest added

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?