wallet-address-validator icon indicating copy to clipboard operation
wallet-address-validator copied to clipboard

Useful library for validation of Bitcoin, Litecoin, Ethereum and other cryptocoin addresses

Results 31 wallet-address-validator issues
Sort by recently updated
recently updated
newest added

Cannot validate DGB addresses, always return false Address Used `smNz7VNfQx4ZB1oEjV5FZi6T4FwiAAfTPP` in currencies.js name: 'digibyte', symbol: 'dgb', addressTypes: {prod: ['1e'], testnet: []}, validator: BTCValidator

bitcoincash new address check possible? bitcoincash:qrg9za3nl6kklh9ppxla8qa8ye5grpk3755n49q705 i test it .fail.

help wanted
feature
high priority

```` let say the ltc address is valid for sure and active just starting with ltc1 const valid = WAValidator.validate("ltc1someaddress", 'LTC'); /// will be false ```` any idea why ?

Try for example: `dgb1qf8j7y83q75x3jgfyj0d763nftwk07z2vhgg8nw` This is a valid BECH32 address for DGB.

Please add Doichain blockchain to your repo and npm package.

Example Code: ```javascript const WAValidator = require('wallet-address-validator'); const addresses = [ '1KFzzGtDdnq5hrwxXGjwVnKzRbvf8WVxck', // BTC mainnet 'bc1qphj4muhdgs7q2rkmryvkj8jxz6ne8v26w4nu07', // BTC mainnet 'tb1qcha20vge9qvzt65u8u63597nr380vzrv45u7sd', // BTC testnet '0xed8afcf23326fc69d7365b2773ace45c634bf199', // ETH mainnet '0x12e117cdef30a4072158df55a302384779e0692a', // ETH...

BSC(binance smart chain) wallet address validation: Is the BSC wallet address validation as ETH one? Cheers,

```javascript console.log(WAValidator.validate('bc1qrtxhj9tez95zmpkz0fzahc2qpal0q8znafa42d', 'LTC')) // Result: true ``` This should not be valid.

The addresses don't work anymore