Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #289 from starknet-edu/2.2-introduction
Browse files Browse the repository at this point in the history
Update introduction section
  • Loading branch information
gianalarcon authored Jan 8, 2024
2 parents e1a9cdd + 2c7815e commit e85855d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/ch02-02-starkli-scarb-katana.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,13 @@ To install a specific version, such as `2.3.0`, run:

## Crafting a Starknet Smart Contract

Begin by initiating a Scarb project:
Before we proceed with the example, please ensure that the versions of both `scarb` and `starkli` match the specified versions provided below.
```console
scarb --version # scarb 2.3.1 (0c8def3aa 2023-10-31)
starkli --version # 0.1.20 (e4d2307)
```

Now begin by initiating a Scarb project:

```bash
scarb new my_contract
Expand Down

0 comments on commit e85855d

Please sign in to comment.