Table of Contents

Crypto: Computing EVM blockchain gas price statistics

Continuing from my prevvous article on the Linear Finance reward claims, I think I need to push it a bit further on the gas price I use for my transactions: using an hardcoded value of 7Gwei is certainly not ideal, instead I should build a dedicated system to continuously update the statistics on the gas price, so let's implement that system here.

Initial experiments

Retrieving the latest statistic values

I just discovered the ta package above: it's using pandas, but add support for many technical indicators without any fancy dependency build requirement like TA-lib so I will go with that one for now!

Displaying the gas price chart in cryptoview

Testing with other EVM blockchains

Investigating gas price collect error on Ethereum

Using a dedicated rocketchat channel for problem reports

Setting up backups for the new SQL databases

Adding Ethereum dedicated panel in CryptoView

Conclusion