web3-hub
web3-hub copied to clipboard
Create a script to get current gas fees on ethereum
Create a script to get gas fees from all possible public apis or resources. Basically the script should predict the best possible gas fees so that transaction does not fail. For example few sources to get gas fee can be web3js function, gas station, etc. You need to aggregate result and give best possible value.
Can code in any language python, javascript, rust, etc