npm.io
1.0.0 • Published 2 years ago

noone-ethers-utils

Licence
MIT
Version
1.0.0
Deps
1
Size
10 kB
Vulns
0
Weekly
0

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