walnuthq / starkflare

This tool monitors the resource usage of the StarkNet Mainnet rollup in real time, such as calldata, storage, and gas consumption. Its aim is to help take steps to further optimize the rollup.
https://starkflare.pages.dev
Apache License 2.0
5 stars 11 forks source link

Feat: contracts burning most steps - Issue #6 #27

Closed melnikga closed 4 months ago

melnikga commented 4 months ago

6

I have performed data visualization using the PieChart component. When you hover the mouse over PieChart, tooltips with contract addresses appear. Tooltips also appear if you hover the mouse cursor over the contract addresses in the table. Each contract in the table is highlighted in color to make it easier to find on PieChart. The address of each contract can be copied by clicking on it.

melnikga commented 4 months ago

The components/stats/contracts folder has been added, and I have also set the default value of delayDuration = 100 in the tooltip component.