Skip to content

FrancescoWM/ethereum-gas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published