# Supersim

Supersim is a lightweight tool to simulate the Superchain locally (with a single L1 and multiple OP-Stack L2s).

For more detailed documentation please refer to the [supersim repo](https://github.com/ethereum-optimism/supersim)

# Installation

**npm**
```
npx supersim
```

**pnpm**
```
pnpm dlx supersim
```

**yarn**
```
yarn dlx supersim
```