Skip to content

worldcoin/world-chain

Repository files navigation

World Chain

A blockchain designed for humans, built on the OP Stack and powered by reth.

CI License World Explorer Ask DeepWiki

CratesProofsDevelopmentSpecsSecurityLicense

Overview

World Chain is a blockchain designed for humans. It prioritizes scalability and accessibility for real users, providing the rails for a frictionless onchain UX. World Chain is built on the OP Stack and powered by reth.

Crates

Crate Description
world-chain-builder Custom block builder with priority blockspace for humans (PBH).
world-chain-chainspec Chain specification and genesis configuration.
world-chain-cli CLI tooling for operating World Chain nodes.
world-chain-devnet Local devnet setup and tooling.
world-chain-evm Custom EVM configuration and execution logic.
world-chain-node World Chain execution node built on reth.
world-chain-p2p Peer-to-peer networking layer.
world-chain-payload Payload building and attributes.
world-chain-pbh Priority Blockspace for Humans — verified human transaction prioritization.
world-chain-pool Transaction pool with PBH-aware ordering.
world-chain-primitives Shared types and primitives.
world-chain-rpc Custom RPC extensions for World Chain.
world-chain-state State management and storage.
world-chain-validator Transaction validation with World ID proof verification.

Proofs

Crate Description
world-chain-proof Fault-proof library with pluggable SP1 and Nitro TEE backends.
world-chain-proof-core Shared primitives for SP1 and Nitro TEE fault-proof backends.
world-chain-proof-nitro AWS Nitro TEE attestation prover for OP Succinct Lite fault proofs.
world-chain-proof-protocol Fault-proof protocol definitions and interfaces.
world-chain-proofs Proof primitives and shared types.
world-chain-challenger Fault-proof challenger service.
world-chain-proposer Output root proposer service.
world-chain-prover-service Proof generation service.

Development

See the Development Guide for building and running World Chain locally.

Specs

Protocol specifications and design documents are available in the Specs.

Security

Security issues should be reported privately via security@toolsforhumanity.com. See SECURITY.md for details.

License

This project is licensed under the MIT License. See LICENSE for details.