I see.
is Steemjs an official library?
Seems like there are different inputs - where non base58 should not occur and where they may happen.
Posted using Partiko Android
I see.
is Steemjs an official library?
Seems like there are different inputs - where non base58 should not occur and where they may happen.
Posted using Partiko Android
I will add a private key validation as soon as I find time for this. The Steem.js lib offers a
wifIsValid( privKey, pubKey )
method to check against a public key, so it's really easy to implement.Yes, it's being maintained by Steemit and the source can be found on GitHub. I think it is still the mostly used JavaScript library for accessing the Steem blockchain, but there are already better/newer alternatives available. (for example DSteem)