[go: up one dir, main page]

crypto-address-validator-2

0.0.5 • Public • Published

Description

Simple wallet address validator for validating Bitcoin and other altcoins addresses in Node.js and browser.

Installation

`npm i crypto-address-validator-2 --save`

How to use

    var WAValidator = require('crypto-address-validator-2');

    var valid = WAValidator.validate('1KFzzGtDdnq5hrwxXGjwVnKzRbvf8WVxck', 'BTC');
    if(valid)
        console.log('This is a valid address');
    else
        console.log('Address INVALID');

Support

Happy to add more, and need any updates, do get in touch on my telegram over @chigovera

Readme

Keywords

Package Sidebar

Install

npm i crypto-address-validator-2

Weekly Downloads

4

Version

0.0.5

License

ISC

Unpacked Size

7.14 kB

Total Files

3

Last publish

Collaborators

  • shivapendem