A reference implementation of a neutral replicated state machine, forked from Libra/Diem with enhancements for decentralization and permissionless operation.
0L is a blockchain platform forked from Libra/Diem, providing a neutral replicated state machine for decentralized applications. It enhances the original architecture by removing centralized control, adding Sybil resistance via Delay Towers, and enabling permissionless participation. The project focuses on maintaining the core Libra/Diem technology while making it suitable for public, decentralized use.
Blockchain developers and node operators interested in building or running applications on a high-throughput, Move-based blockchain with novel consensus mechanisms. It also targets users seeking to participate in mining and network governance without heavy hardware requirements.
Developers choose 0L for its robust Libra/Diem foundation, the safety and flexibility of the Move language, and unique features like Delay Towers and hot upgrades that enable a truly decentralized and upgradeable network without reliance on Proof-of-Stake.
0L is a blockchain platform forked from the Libra/Diem codebase, implementing a replicated state machine with a focus on neutrality and decentralization. It inherits the advanced architecture of Diem while removing centralized control mechanisms and adding novel features like Delay Towers for Sybil resistance.
0L aims to maintain close alignment with the Libra/Diem codebase for ecosystem stability while layering on decentralized, permissionless features to transform it from a consortium chain into a neutral public network.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Inherits Libra/Diem's decoupled execution for parallel transaction processing, enabling high throughput as detailed in the execution layer description.
Move smart-contract language includes built-in formal verification and ergonomic design for security in adversarial environments, as highlighted in the Move section.
Hot upgrades allow on-chain governance for system updates without hard forks, by storing and voting on binaries in the application layer.
Delay Towers provide a unique proof-of-elapsed-time mechanism for Sybil resistance without Proof-of-Stake, enhancing decentralization per the contributions section.
Carpe app combines a wallet and light miner, enabling desktop users to mine coins and participate in the network with lower hardware barriers.
Incorporating upstream Diem releases takes about two weeks due to strategic code changes, slowing updates and increasing operational complexity.
CLI and development tools are described as 'in early stages,' which can hinder developer experience and node operation compared to mature platforms.
Validator stats introduce performance penalties because Move lacks higher-order data structures, leading to inefficient data traversal as noted in the contributions.
The README admits Libra/Diem lacked real-world tooling and smart contracts, and 0L's additions are still evolving, which may delay robust application deployment.