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

Bitcoin and others Testnet prefixes missing

Open danaki opened this issue 7 years ago • 1 comments

How do I configure validators if I want to disable mainnet address validation and enable testnet for development and vice versa?

danaki avatar Sep 23 '18 09:09 danaki

Probably you could create a file similar to this https://github.com/murich/php-cryptocurrency-address-validation/blob/master/src/Validation/BTC.php with required prefixes

murich avatar May 02 '19 18:05 murich