1
1
# wallet-address-validator
2
2
Simple wallet address validator for validating Bitcoin and other altcoins addresses in ** Node.js and browser** .
3
3
4
- Forked from [ ryanralph/altcoin-address] ( https://github.com/ryanralph/altcoin-address ) .
5
-
6
- ** File size is ~ 22 kB (minifed and gzipped)** .
4
+ Forked from [ ognus/wallet-address-validator] ( https://github.com/ognus/wallet-address-validator ) .
7
5
8
6
## Installation
9
7
10
8
### NPM
11
9
```
12
- npm install wallet-address-validator
10
+ npm install getdelta/ wallet-address-validator
13
11
```
14
12
15
13
### Browser
@@ -42,6 +40,7 @@ npm install wallet-address-validator
42
40
* BitcoinZ/BTCZ, ` 'bitcoinz' ` or ` 'BTCZ' `
43
41
44
42
* Callisto/CLO, ` 'callisto' ` or ` 'CLO' `
43
+ * Cardano/ADA, ` 'cardano' or 'ADA' `
45
44
46
45
* Dash, ` 'dash' ` or ` 'DASH' `
47
46
* Decred/DCR, ` 'decred' ` or ` 'DCR' `
@@ -81,7 +80,9 @@ npm install wallet-address-validator
81
80
* Ripple/XRP, ` 'ripple' ` or ` 'XRP' `
82
81
83
82
* Snowgem/SNG, ` 'snowgem' ` or ` 'SNG' `
83
+ * Stellar/XLM, ` 'stellar' ` or ` 'XLM' `
84
84
85
+ * VeChain/VET, ` 'vechain' ` or ` 'VET' `
85
86
* Vertcoin/VTC, ` 'vertcoin' ` or ` 'VTC' `
86
87
87
88
* Votecoin/VTC, ` 'votecoin' ` or ` 'VOT' `
@@ -92,6 +93,8 @@ npm install wallet-address-validator
92
93
93
94
* ZenCash/ZEN, ` 'zencash' ` or ` 'ZEN' `
94
95
96
+ * TRON/TRX, ` 'tron' ` or ` 'trx' `
97
+
95
98
96
99
### Usage example
97
100
0 commit comments