1.0.0 • Published 1 year ago

noone-ethers-utils v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

noone-ethers-utils

ethers.js Integrated utils (base ethers v5.7.2)

How to install

npm install noone-ethers-utils

How to use

const ethersUtils = require('noone-ethers-utils');

console.log(ethersUtils.parseGwei("1").toString())

console.log(ethersUtils.formatGwei(9))

console.log(ethersUtils.fromHex(97788))

console.log(ethersUtils.toHex(11))

more function come soon

1.0.0

1 year ago