-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
25 lines (17 loc) · 739 Bytes
/
Copy pathllms.txt
File metadata and controls
25 lines (17 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Wallet Address Validator Kit
Canonical source: https://github.com/devdasx/wallet-address-validator-kit
Node package and CLI for offline blockchain wallet address validation:
- npm package: `wallet-address-validator-kit`
- CLI: `walletaddrcheck`
- API: `validateAddress(value, { chain, strictChecksum })`
Validates Bitcoin Base58Check/Bech32/Bech32m, Ethereum/EVM EIP-55 addresses, Solana base58 32-byte addresses, Dogecoin, Litecoin, Dash, DigiByte, TRON, Zcash transparent, Bitcoin Cash CashAddr, Cosmos-style Bech32 accounts, and Cardano Bech32 HRP syntax.
Validate:
```bash
npm test
examples/run-examples.sh
npm pack --dry-run
```
Install from GitHub:
```bash
npm install github:devdasx/wallet-address-validator-kit#0.2.1
```