@cicciocoin/ethereum-gas
v1.1.2
Published
Get Ethereum gas price where do you want
Downloads
6
Readme
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);
});