3
I looked at coinstring.js but it looks like it only validates simple BTC addresses (1-prepended addresses).
isValid(base58str, version)
Validates whether the address string or wallet import format string is valid.
base58str: Astringthat is either the wallet import format or public address.
version: Is an integer representing the version orBuffer. See below for more information.Returns a
trueorfalse.
I'm looking for a JS library that can validate BIP16 P2SH addresses.