Skip to content
Closed
Show file tree
Hide file tree
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).
* Prerecompiled 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
1 change: 1 addition & 0 deletions words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ preimages
preinstall
Preinstalls
preinstalls
Prerecompiled
Prestate
prestate
prestates
Expand Down