Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jan 16, 2025
1 parent f2edbe2 commit e2e20ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions book/advanced/proposer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions book/quick-start/full.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion book/quick-start/mock.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2e20ea

Please sign in to comment.