Odaily Planet Daily News According to official news, Layer2 technology research and data website L2BEAT announced the launch of the Build Your Own Rollup (BYOR) tool. BYOR is a simplified version of Sovereign Rollup, making the code easy to read and understand.
BYOR is currently deployed on the Holesky test network, and the functions it can implement include sorting fees, sending and getting status to L1, deleting invalid transactions, viewing account balances, sending transactions, and viewing transaction status. Compared to Optimistic and ZK rollups, sovereign rollups do not verify the state root on Ethereum and rely solely on it for data availability and consensus. This prevents trust-minimizing bridging between L1 and BYOR, but greatly simplifies the code.
The BYOR codebase consists of three programs: smart contracts, nodes, and wallets that when deployed together allow end users to interact with the network. The state of the network is entirely determined by on-chain data, meaning that multiple nodes can actually be run, each of which can also act as a sequencer and publish data independently.