blockscout / blockscout-rs

Microservices for blockscout indexer
MIT License
162 stars 115 forks source link

stats: prepare counters for main page #1080

Open sevenzing opened 1 month ago

sevenzing commented 1 month ago

need to show info from stats

for now this UI takes this information from elixir backend.

main page:

transactions page:

verified contracts page:

important: stats should calculate counters even if blockscout dint finish indexing yet

bragov4ik commented 1 week ago

note: added daily txns chart (pic). we figured out how to add it while letting it update immediately (w/o waiting for indexing)

image