@sensible-contract/web3-utils
v0.1.1
Published
Collection of utility functions used in web3.js.
Downloads
3
Readme
web3-utils
This is a sub-package of web3.js.
This contains useful utility functions for Dapp developers.
Please read the documentation for more.
Installation
npm install @sensible-contract/web3-utils
Usage
const utils = require('@sensible-contract/web3-utils');
console.log(utils);
{
fromDecimalUnit: function(){},
toDecimalUnit: function(){},
toSatoshis: function(){},
...
}