Tests the correctness of the crypto address validators of supported symbols by parsing addresses from the blockchain network and passing them to the appropriate validators. If an invalid address is returned, the validator potentially reports a false negative result.
| Currency | Symbol | Mainnet |
|---|---|---|
| Bitcoin | BTC | + |
| Binance Coin | BNB | + |
git clone https://github.com/null-po1nter/address_validators_testing_util.git
cd address_validators_testing_util
poetry install
poetry run validation_tests
The Unlicense. See the LICENSE file for details.