Esta es una demostración muy interesante, que utiliza WebSockets para rastrear la progresión de cada bloque a través de los 4 estados (Propuesto, Votado, Finalizado, Verificado) en tiempo real. Vea qué tan rápido pasan los bloques de Propuesto (azul) a Finalizado (naranja) ¡Gran trabajo de @hr0xCrypto!
cipHer (evm/acc)
cipHer (evm/acc)24 sept 2025
Just shipped a new project: MonadBFT Live It’s a live explorer that visualizes @monad speculative block states in realtime: 🔵 Proposed 🟡 Voted 🟠 Finalized 🟢 Verified Instead of just showing finalized blocks, you can see the full lifecycle as blocks move through the MonadBFT pipeline. Check it out here: Under the hood it’s powered by my MonoPulse SDK, a toolkit I built for realtime data streaming on Monad. MonoPulse exposes easy watchers (watchBalances, watchNFTs, watchContractData, watchBlockStats, etc.) and viem extensions to integrate directly into dev workflows. SDK here: I wanted to show what’s possible when you combine these new speculative feeds (monadNewHeads, monadLogs) with a playful UI. Would love feedback, especially from other @monad_dev building tools & explorers.
Versión en vivo:
30.28K