I’m only interested in the function Address.isValid
. Is there a way to make a slim browser build that only has the code necessary to make Address.isValid
work?
That’s a great question, currently the Address module requires many other Bitcore modules, such as Script, PublicKey and PrivateKey for methods such as Address.createMulitsig.
A seperate library specific for address verification would be useful for these purposes, and could be very small.