Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions pages/builders/chain-operators/tools/op-deployer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,6 @@ The recommended way to install `op-deployer` is to download the latest release f
for your platform then extract it somewhere on your `PATH`. The rest of this tutorial will assume that you have
installed `op-deployer` using this method.

To alternatively install from source, follow the steps below. You will need to install the Go toolchain and `just` as prerequisites.

<Steps>
### **Clone the monorepo**:

Run the following command to clone the monorepo:

```bash
git clone https://github.com/ethereum-optimism/optimism.git
```

### **Build the binary**:

Run the following commands to build the binary:

```bash
cd op-deployer
just build
```

The binary will be in the `bin` directory.
</Steps>

## Deployment usage

The base use case for `op-deployer` is deploying new OP Chains. This process is broken down into three steps:
Expand Down
Loading