Skip to content

worldcoin/world-chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

World Chain Builder

The World Chain Builder is a custom block builder for the OP Stack that provides Priority Blockspace for Humans (PBH). PBH enables verified World ID users to execute transactions with top of block priority, enabling a more frictionless user experience. This mechanism is designed to ensure that ordinary users aren’t unfairly disadvantaged by automated systems and greatly mitigates the impact of negative impacts of MEV. PBH also enables future flexibility, allowing for a separate EIP-1559-style fee market mechanism for verified transactions.

World Chain Builder Architecture

To learn more about how PBH works, check out the docs detailing the PBH transaction lifecycle and World Chain Builder architecture.

Running the Devnet

To spin up a OP Stack devnet with rollup-boost and the world-chain-builder deployed, make sure that you have just, and kurtosis-cli installed as well as docker daemon running. Then simply run the following command.

just devnet-up

To stop the devnet and clean up all resources, run the command below.

just devnet-down