这是一个非常酷的演示,使用 WebSockets 实时跟踪每个区块在 4 个状态(提议、投票、最终确定、验证)中的进展。 看看区块从提议(蓝色)到最终确定(橙色)的速度有多快。 @hr0xCrypto 的出色工作!
cipHer (evm/acc)
cipHer (evm/acc)2025年9月24日
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.
实时版本:
30.26K