1.1.2 • Published 2 months ago

@cicciocoin/ethereum-gas v1.1.2

Weekly downloads
-
License
ISC
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);
});