Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 767 Bytes

File metadata and controls

21 lines (17 loc) · 767 Bytes

Address Validators Testing Util

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.

Supported symbols

Currency Symbol Mainnet
Bitcoin BTC +
Binance Coin BNB +

Usage

git clone https://github.com/null-po1nter/address_validators_testing_util.git
cd address_validators_testing_util
poetry install
poetry run validation_tests

License

The Unlicense. See the LICENSE file for details.