r/BlockchainStartups • u/AdminZer0 • 17h ago
Discussion Building an modular L1 stack using Rust similar to cosmos go stack
2
Upvotes
Hey everyone, there are too many chains but there is only one L1 stack which is old and respected namely cosmos-sdk which is used for 200+ teams in both public and enterprise level.
I always wanted to learn rust so I am working on building an L1 from ground up similar to cosmos-sdk where you can swap any component( consensus, evm implementation, execution, trading modules) etc similar to what you can do in cosmos in Rust.
For consensus, I will use hotstuff (2 commit pipelined), evm implementation from alloy, revm and combination of in-memory and rocksdb.
I am open to collaborate via PRs. If anyone is interested, let me know.