Skip to content

Commit

Permalink
Update starknet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuliano-1 authored Nov 22, 2024
1 parent 1248840 commit b22b364
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/new/how-to-guides/starknet.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 a Starknet-based Substreams projec
## 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 Starknet 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 b22b364

Please sign in to comment.