If you are interested in high performance system-building, read the code at There are ~40 different components, each modularized into its own library. - monad-consensus implements the core BFT algo - monad-eth-txpool implements the local mempool - monad-dataplane implements the core networking logic - monad-raptorcast implements the block propagation mechanism - monad-archive implements local archival of transaction artifacts - monad-event-ring implements the real-time data system - and so on You can learn a lot from reading the code. The engineers at @category_xyz aren't messing around. Everything is purpose-built and optimized, no fluff. That's just how they roll. The Monad Way.
25,87K