You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!doctype html><meta charset='utf-8'><title>WalletAddressValidatorKit for Python</title><main><h1>WalletAddressValidatorKit for Python</h1><h2>30-second install</h2><pre><code>pip install git+https://github.com/devdasx/wallet-address-validator-kit.git@0.2.1</code></pre><h2>Copy-paste example</h2><pre><code>from wallet_address_validator_kit import validate_address
print(validate_address('1BoatSLRHtKNngkdXEeobR76b53LETtpyT', 'bitcoin'))</code></pre><h2>Validate</h2><p>Run the repository CI command for this language before publishing changes.</p></main>