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

This PR will add support for Groestlcoin addresses. Groestlcoin uses a new hash for the checksum of the addresses and that is imported from npm instead of including the file...

Don't work validation some crypto address - **BNB** and **USDT(TRC20)** Examples: * BNB - bnb136ns6lfw4zs5hg4n85vdthaad7hq5m4gtkgf23 * USDT - TNfPeRfBSVxzMdhW9DGM9M4ubvwJrvG7Qo

Cosmos address validator support

Can you add support for **Aptos**?

* Added Trezor downstream updates * Added Chia (xch) validation * Added Harmony (one) * Added Ripple (xrpl) * Added DigitalBits (xdb) * Fixed Binance Chain (bnb) BEP-2 validation

Irrespective of the mode being specified, the validator returns false for muxed addresses E.G. `MA7QYNF7SOWQ3GLR2BGMZEHXAVIRZA4KVWLTJJFC7MGXUA74P7UJUAAAAAAAAAABUTGI4`

function getDecoded(address) { try { var decoded = base58.decode(address);

The current AVAX implementation is actually for the C-Chain, which is actually AVAXC according to [SLIP-0044](https://github.com/satoshilabs/slips/blob/master/slip-0044.md). **These changes are breaking** but accomplish two things: * Fix the AVAX implementation to...