Skip to content

Commit

Permalink
Update evm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuliano-1 authored Nov 22, 2024
1 parent 334dafb commit 8a31212
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/new/how-to-guides/evm.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ In this guide, you'll learn how to initialize an EVM-based Substreams project. Y
## Prerequisites

- Docker and VS Code installed and up-to-date.
- Visit the [Getting Started Guide](https://github.com/streamingfast/substreams-starter) to initialize your development environment.
- Visit the [Getting Started Guide](https://github.com/streamingfast/substreams-starter) to initialize your Dev Container.

## Step 1: Initialize Your EVM Substreams Project

1. Open your development environment and run the following command to initialize your project:
1. Open your Dev Container and run the following command to initialize your project:

```bash
substreams init
Expand Down Expand Up @@ -43,9 +43,9 @@ After initialization, you can:
You may find these additional resources helpful for developing your first EVM application.
### Development Container Reference
### Dev Container Reference
The [Development Container Reference](../references/devcontainer-ref.md) helps you navigate the complete container and its common errors.
The [Dev Container Reference](../references/devcontainer-ref.md) helps you navigate the complete container and its common errors.
### GUI Reference
Expand Down

0 comments on commit 8a31212

Please sign in to comment.