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
Original file line number Diff line number Diff line change
Expand Up @@ -21,34 +21,37 @@ This page provides installation instructions for `supersim`.
<Steps>
### Prerequisites: `foundry`

`supersim` requires `anvil` to be installed.
`supersim` requires `anvil`, which is installed alongside the Foundry toolchain.

Follow the [Foundry toolchain](https://book.getfoundry.sh/getting-started/installation) guide for detailed instructions.

### Install `supersim`
Either download precompiled binaries or install using Homebrew:

* Get the precompiled binaries by downloading the executable for your platform from the [GitHub releases page](https://github.com/ethereum-optimism/supersim/releases).
* Precompiled binaries: Download the executable for your platform from the [GitHub releases page](https://github.com/ethereum-optimism/supersim/releases).

* Get Homebrew (OS X, Linux).
* Homebrew: Install [Homebrew](https://brew.sh/) (OS X, Linux), and then run:

```sh
brew tap ethereum-optimism/tap
brew install supersim
```

### Start `supersim` in vanilla mode
Start `supersim` in vanilla mode by running:

```sh
```sh
supersim
```

Vanilla mode will start 3 chains, with the OP Stack contracts already deployed.

* (1) L1 Chain
* Chain 900
* (2) L2 Chains
* Chain 901
* Chain 902


* (1) L1 Chain
* Chain 900
* (2) L2 Chains
* Chain 901
* Chain 902
</Steps>

## Next steps
Expand Down