0.1.1 • Published 2 years ago

@sensible-contract/web3-utils v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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(){},
    ...
}