diff --git a/README.md b/README.md index e89b10785624a..ea9818766bcf4 100644 --- a/README.md +++ b/README.md @@ -63,22 +63,38 @@ The Optimism Immunefi program offers up to $2,000,042 for in-scope critical vuln ## Directory Structure
+├── cannon: Onchain MIPS instruction emulator for fault proofs +├── devnet-sdk: Comprehensive toolkit for standardized devnet interactions ├── docs: A collection of documents including audits and post-mortems ├── kurtosis-devnet: OP-Stack Kurtosis devnet +├── op-acceptance-tests: Acceptance tests and configuration for OP Stack +├── op-alt-da: Alternative Data Availability mode (beta) ├── op-batcher: L2-Batch Submitter, submits bundles of batches to L1 ├── op-chain-ops: State surgery utilities ├── op-challenger: Dispute game challenge agent +├── op-conductor: High-availability sequencer service +├── op-deployer: CLI tool for deploying and upgrading OP Stack smart contracts +├── op-devstack: Flexible test frontend for integration and acceptance testing +├── op-dispute-mon: Off-chain service to monitor dispute games +├── op-dripper: Controlled token distribution service ├── op-e2e: End-to-End testing of all bedrock components in Go -├── op-node: rollup consensus-layer client +├── op-faucet: Dev-faucet with support for multiple chains +├── op-fetcher: Data fetching utilities +├── op-interop-mon: Interoperability monitoring service +├── op-node: Rollup consensus-layer client ├── op-preimage: Go bindings for Preimage Oracle ├── op-program: Fault proof program ├── op-proposer: L2-Output Submitter, submits proposals to L1 ├── op-service: Common codebase utilities +├── op-supervisor: Service to monitor chains and determine cross-chain message safety +├── op-sync-tester: Sync testing utilities +├── op-test-sequencer: Test sequencer for development +├── op-up: Deployment and management utilities +├── op-validator: Tool for validating Optimism chain configurations and deployments ├── op-wheel: Database utilities ├── ops: Various operational packages ├── packages │ ├── contracts-bedrock: OP Stack smart contracts -├── semgrep: Semgrep rules and tests## Development and Release Process