Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# wallet-address-validator
Simple wallet address validator for validating Bitcoin and other altcoins addresses in **Node.js and browser**.

Forked from [ryanralph/altcoin-address](https://github.com/ryanralph/altcoin-address).

**File size is ~22 kB (minifed and gzipped)**.
Forked from [ognus/wallet-address-validator](https://github.com/ognus/wallet-address-validator).

## Installation

### NPM
```
npm install wallet-address-validator
npm install getdelta/wallet-address-validator
```

### Browser
Expand Down Expand Up @@ -42,6 +40,7 @@ npm install wallet-address-validator
* BitcoinZ/BTCZ, `'bitcoinz'` or `'BTCZ'`

* Callisto/CLO, `'callisto'` or `'CLO'`
* Cardano/ADA, `'cardano' or 'ADA'`

* Dash, `'dash'` or `'DASH'`
* Decred/DCR, `'decred'` or `'DCR'`
Expand Down Expand Up @@ -81,7 +80,9 @@ npm install wallet-address-validator
* Ripple/XRP, `'ripple'` or `'XRP'`

* Snowgem/SNG, `'snowgem'` or `'SNG'`
* Stellar/XLM, `'stellar'` or `'XLM'`

* VeChain/VET, `'vechain'` or `'VET'`
* Vertcoin/VTC, `'vertcoin'` or `'VTC'`

* Votecoin/VTC, `'votecoin'` or `'VOT'`
Expand Down
1,209 changes: 1,139 additions & 70 deletions dist/wallet-address-validator.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/wallet-address-validator.min.js

Large diffs are not rendered by default.

Loading