diff --git a/book/advanced/proposer.md b/book/advanced/proposer.md index a864b7f9..b3e53e7c 100644 --- a/book/advanced/proposer.md +++ b/book/advanced/proposer.md @@ -87,7 +87,7 @@ Before starting the proposer, ensure you have deployed the L2 Output Oracle and # Build the Proposer Service -Build the docker images for the `op-succinct/op-proposer` service. +Build the docker images for the OP Succinct services. ```bash docker compose build @@ -101,15 +101,15 @@ Now, launch both services in the background. docker compose up ``` -To see the logs of the `op-succinct-proposer` service, run: +To see the logs of the OP Succinct services, run: ```bash docker compose logs -f ``` -After a few minutes, you should see the `op-succinct/op-proposer` service start to generate range proofs. Once enough range proofs have been generated, they will be verified in an aggregate proof and submitted to the L1. +After a few minutes, you should see the OP Succinct services start to generate range proofs. Once enough range proofs have been generated, they will be verified in an aggregate proof and submitted to the L1. -To stop the `op-succinct-proposer` service, run: +To stop the OP Succinct services, run: ```bash docker compose stop diff --git a/book/quick-start/full.md b/book/quick-start/full.md index 4418b962..d6be2e0b 100644 --- a/book/quick-start/full.md +++ b/book/quick-start/full.md @@ -104,11 +104,11 @@ We provide a Docker Compose file for running the `op-succinct` service. docker compose build ``` -#### Run the Proposer +#### Run OP Succinct -This command launches the [op-succinct service](../advanced/proposer.md) in the background. It launches two containers: one container that manages proof generation and another container that is a small fork of the original op-proposer service. +This command launches [OP Succinct](../advanced/proposer.md) in the background. It launches two containers: one container that manages proof generation and another container that is a small fork of the original op-proposer service. -After a few minutes, you should see the op-succinct-proposer service start to request proofs from the Succinct Prover Network. Once enough proofs have been generated, an aggregate proof will be requested and submitted to the L1. +After a few minutes, you should see the OP Succinct service start to request proofs from the Succinct Prover Network. Once enough proofs have been generated, an aggregate proof will be requested and submitted to the L1. ```shell docker compose up diff --git a/book/quick-start/mock.md b/book/quick-start/mock.md index d3dd8113..9f088116 100644 --- a/book/quick-start/mock.md +++ b/book/quick-start/mock.md @@ -152,7 +152,7 @@ docker compose build This command launches the [op-succinct service](../advanced/proposer.md) in the background. It launches two containers: one container that manages proof generation and another container that is a small fork of the original op-proposer service. -After a few minutes, you should see the op-succinct-proposer service start to generate mock range proofs. Once enough range proofs have been generated, a mock aggregate proof will be created and submitted to the L1. +After a few minutes, you should see the OP Succinct service start to generate mock range proofs. Once enough range proofs have been generated, a mock aggregate proof will be created and submitted to the L1. ```shell docker compose up