Skip to content

Commit 1bae652

Browse files
authored
Merge pull request #1 from TronWallet/add_coins
Add coins
2 parents bcd0c8f + 02b993d commit 1bae652

12 files changed

+3106
-1114
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# wallet-address-validator
22
Simple wallet address validator for validating Bitcoin and other altcoins addresses in **Node.js and browser**.
33

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).
75

86
## Installation
97

108
### NPM
119
```
12-
npm install wallet-address-validator
10+
npm install getdelta/wallet-address-validator
1311
```
1412

1513
### Browser
@@ -42,6 +40,7 @@ npm install wallet-address-validator
4240
* BitcoinZ/BTCZ, `'bitcoinz'` or `'BTCZ'`
4341

4442
* Callisto/CLO, `'callisto'` or `'CLO'`
43+
* Cardano/ADA, `'cardano' or 'ADA'`
4544

4645
* Dash, `'dash'` or `'DASH'`
4746
* Decred/DCR, `'decred'` or `'DCR'`
@@ -81,7 +80,9 @@ npm install wallet-address-validator
8180
* Ripple/XRP, `'ripple'` or `'XRP'`
8281

8382
* Snowgem/SNG, `'snowgem'` or `'SNG'`
83+
* Stellar/XLM, `'stellar'` or `'XLM'`
8484

85+
* VeChain/VET, `'vechain'` or `'VET'`
8586
* Vertcoin/VTC, `'vertcoin'` or `'VTC'`
8687

8788
* Votecoin/VTC, `'votecoin'` or `'VOT'`
@@ -92,6 +93,8 @@ npm install wallet-address-validator
9293

9394
* ZenCash/ZEN, `'zencash'` or `'ZEN'`
9495

96+
* TRON/TRX, `'tron'` or `'trx'`
97+
9598

9699
### Usage example
97100

0 commit comments

Comments
 (0)