ether-unit-convertor
v1.0.1
Published
to convert precised ether units with respect to provided decimals
Downloads
4
Readme
Prerequsite
- NodeJS >= v12.18.3
- mongoDB >= v4.2.3
Installation
npm install ether-unit-convertorBasic Usage
const { WebUtils } = require('ether-unit-convertor')
const amount = WebUtils.fromWei(amountInWei, decimals)