Skip to content

Commit

Permalink
Merge pull request #2471 from o1-labs/chore/update-o1vm-preq-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
shimkiv authored Aug 14, 2024
2 parents 121704e + 22505bc commit 43c8ea5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions o1vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,22 @@ Each different step can be run using `./run-code.sh`.
o1vm compiles a certain version of the Optimism codebase (written in Go), and
therefore you need to have a Go compiler installed on your machine. For now,
at least go 1.21 is required.

You can use [gvm](https://github.com/moovweb/gvm) to install a Go compiler.
Switch to go 1.21 before continuing.

```shell
gvm install go1.21
gvm use go1.21 [--default]
```

You also will need to install the [Foundry](https://getfoundry.sh/) toolkit
in order to utilize applicaitons like `cast`.

```shell
foundryup
```

## Running the Optimism demo

Start by initializing the submodules:
Expand Down

0 comments on commit 43c8ea5

Please sign in to comment.