Skip to content

Commit

Permalink
Merge pull request #14 from ognus/ethereum
Browse files Browse the repository at this point in the history
Added Ethereum and Digibyte currencies
  • Loading branch information
ognus authored Mar 9, 2018
2 parents 18c95b7 + af18c17 commit 641c47f
Show file tree
Hide file tree
Showing 12 changed files with 1,748 additions and 97 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Simple wallet address validator for validating Bitcoin and other altcoins addres

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

**File size is ~15 kB (minifed and gzipped)**.
**File size is ~17 kB (minifed and gzipped)**.

## Installation

Expand Down Expand Up @@ -53,6 +53,14 @@ npm install wallet-address-validator
* Vertcoin/VTC, `'vertcoin'` or `'VTC'`
* BitcoinGold/BTG, `'bitcoingold'` or `'BTG'`
* Decred/DCR, `'decred'` or `'DCR'`
* Digibyte/DGB, `'digibyte'` or `'DGB'`


* Ethereum/ETH, `'ethereum'` or `'ETH'`
* EthereumClassic/ETH, `'ethereumclassic'` or `'ETC'`
* EthereumZero/ETZ, `'etherzero'` or `'ETZ'`
* Callisto/CLO, `'callisto'` or `'CLO'`


### Usage example

Expand Down
1,019 changes: 952 additions & 67 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.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
"btc",
"bitcoin",
"litecoin",
"decred",
"dogecoin",
"ethereum",
"altcoin",
"crypto",
"address",
"wallet",
"validator",
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 641c47f

Please sign in to comment.