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 41 multicoin-address-validator issues
Sort by recently updated
recently updated
newest added

Reference: - https://joticajulian.github.io/koilib/functions/utils.isChecksumAddress.html - https://koinos.io

Hello there! A great library, but it is missing wallet validation for the NEAR blockchain. Are you planning to add this?

The previous fix still encounters an error with Buffer not being defined in the browser, likely due to the import/execution order of the build files.

Hello! Great npm package, using it in production. However, currently missing doge segwit validation support. Needs just one more line in `src/currencies.js`: `bech32Hrp: { prod: ['doge'], testnet: ['tdoge'] },`

This update uses a more recent version of `terser`, fixing [CVE-2022-25858](https://www.cve.org/CVERecord?id=CVE-2022-25858)

This is my testnet address addr_test1qr2dlzychjm4dzqfqmcsxt4ktxel5yhcpm2733s7cmjk0tcxu2hyfhlkwuxupa9d5085eunq2qywy7hvmvej456flknsqwyjd0

I don't believe this was an issue before recently, however 'DOT' validation suddenly seems to return false when an address is actually correct. I've added polkadot.js' [official methodology for address...

As i was using this package and pushed our code to github, as jit test(Github automatic test) found that terser is in a version which can cause a Redos attack(as...