WalletKeyValidatorKit for Python
30-second install
pip install git+https://github.com/devdasx/wallet-key-validator-kit.git@0.2.0
Copy-paste example
from wallet_key_validator_kit import validate_wif
print(validate_wif('KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qYjgd9M7rFU73sVHnoWn', 'bitcoin'))
Validate
Run the repository CI command for this language before publishing changes.