skalenetwork / portal

React-based UI to transfer assets, get chains info and more
https://portal.skale.network
GNU Lesser General Public License v3.0
2 stars 5 forks source link

Create python agent collect dApps data and gas price #251

Closed dmytrotkk closed 1 month ago

dmytrotkk commented 1 month ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

The proposition is to create a small python-based agent that will pull data from block explorers and save them to JSON file. Then, container with this agent can be hosted on the same machine where SKALE Proxy is running.

This way we can utilise nginx, certs and env variables that we already in place.

Additional context

It's also possible to use Stats API to get better stats for chains.