1.0.0 • Published 2 months ago

liulasdnflsfd_ethgastool v1.0.0

Weekly downloads
-
License
-
Repository
github
Last release
2 months ago

Ethereum-gas Documentation

  • npm install @cicciocoin/ethereum-gas

CODE EXAMPLE :

const gasPrice = require('@cicciocoin/ethereum-gas');

gasPrice("YOUR_RPC_URL").then((gasPriceEther) => {
  console.log('Gas price in ether:', gasPriceEther);
}).catch((error) => {
  console.error('Error:', error);
});