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 JavaScript / Node.js</title><main><h1>WalletAddressValidatorKit for JavaScript / Node.js</h1><h2>30-second install</h2><pre><code>npm install github:devdasx/wallet-address-validator-kit#0.2.1</code></pre><h2>Copy-paste example</h2><pre><code>import { validateAddress } from 'wallet-address-validator-kit';
console.log(validateAddress('1BoatSLRHtKNngkdXEeobR76b53LETtpyT', { chain: 'bitcoin' }));</code></pre><h2>Validate</h2><p>Run the repository CI command for this language before publishing changes.</p></main>