A collection of JS utility functions for RSK.
It can be used in the browser with browserify.
npm install @rsksmart/rsk-utils
const rskUtils = require('@rsksmart/rsk-utils')
npm run test
To test in nodejs only:
npm run test:node
To run the tests in browsers only:
npm run test:browser
see Documentation.md