diff --git a/pages/app-developers/tutorials/supersim/getting-started/installation.mdx b/pages/app-developers/tutorials/supersim/getting-started/installation.mdx index d1d0ebbc5..298686a89 100644 --- a/pages/app-developers/tutorials/supersim/getting-started/installation.mdx +++ b/pages/app-developers/tutorials/supersim/getting-started/installation.mdx @@ -21,15 +21,16 @@ This page provides installation instructions for `supersim`. ### 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 @@ -37,18 +38,20 @@ This page provides installation instructions for `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 ## Next steps