A collection of utility functions for simplechain. It can be used in node.js or can be in the browser with browserify.
Most of the string manipulation methods are provided by ethjs-util
Additionally simplechainjs-util re-exports a few commonly-used libraries. These include:
BN(bn.js)rlp(rlp)secp256k1(secp256k1)Curve25519(curve25519-js)
MPL-2.0