WalletAddressValidatorKit for Python
30-second install
pip install git+https://github.com/devdasx/wallet-address-validator-kit.git@0.2.1
Copy-paste example
from wallet_address_validator_kit import validate_address
print(validate_address('1BoatSLRHtKNngkdXEeobR76b53LETtpyT', 'bitcoin'))
Validate
Run the repository CI command for this language before publishing changes.