Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianBland committed Sep 5, 2024
1 parent 4f403ae commit 448da1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Configure the environment variables in the `.env` file:
OPTIMISM_DIR=/path/to/ethereum-optimsm/optimism
```

Install [kurtosis](https://docs.kurtosis.com/install/) (required for creating a local devnet).

Create a local devnet (requires [kurtosis](https://docs.kurtosis.com/install/)):
Create a foundry test wallet (based on the default anvil mnemonic):
```shell
$ just create-devnet
cast wallet import TEST --private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
```

Install [kurtosis](https://docs.kurtosis.com/install/) (required for creating a local devnet).

## Usage

### Build the `opfp` binary
Expand Down

0 comments on commit 448da1e

Please sign in to comment.