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

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

Results 42 multicoin-address-validator issues
Sort by recently updated
recently updated
newest added

Adds support for validating all protocols (0-3) of Filecoin (https://filecoin.io/) addresses described at: https://spec.filecoin.io/appendix/address/#section-appendix.address

Please add validation of subaddresses: https://monerodocs.org/public-address/subaddress/

Hi, For your information, the api don't work on this address ``` let result = validator.validate("bchtest:qzt6flgcj0q3a9tz4078c6k0pfymsw4mkyklafezet", "BCH", "testnet") ```

None of the addresses work Legacy zcU1Cd6zYyZCd2VJF8yKgmzjxdiiU1rgTTjEwoN1CGUWCziPkUTXUjXmX7TMqdMNsTfuiGN1jQoVN4kGxUR4sAPN4XZ7pxb Sapling zs1z7rejlpsa98s2rrrfkwmaxu53e4ue0ulcrw0h4x5g8jl04tak0d3mm47vdtahatqrlkngh9sly Transparent t14oHp2v54vfmdgQ3v3SNuQga8JKHTNi2a1

Currently BSC is saved as BNB, which is incorrect. The name of the network is BSC not BNB.

For BSC and TRON it is showing a different error, that is "TypeError: Cannot read properties of null (reading 'validator')", even though I pass inputs, and it is not validating...

When validating any BSC address, it always returns an error. I've tried with 0xf1E398A22953ED3a2FBcebd990500Dc84D5C97E1 which is a valid BSC address although the response an error. Line 606 in src/currencies.js should...

Additional [resource](https://xrpaddress.info) that should help to make the implementation

If you pass a Bitcoin P2SH address into the validate function as so: `validate("32T3sEnqEjAKn8xJg6GKrnns6YXZ36TMR6", 'litecoin', 'prod');` It will return `true`. Litecoin P2SH addresses start with 'M', not '3'. Validate doesn't...