Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update content #695

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ I have opened my folder in Visual Studio and my project directory looks like thi

![Frame 3560364 (19).jpg](https://github.com/0xmetaschool/Learning-Projects/blob/main/assests_for_all/assests_for_starknet/Set%20Up%20Starkli,%20Scarb,%20And%20ArgentX/Frame_3560364_(19).jpg?raw=true)

Incase you already have installed the most recent version of `starkli`, after running the `scarb init`, you will be given two options just like this:

![image](https://github.com/user-attachments/assets/fccc3b3c-de6a-440f-8afe-881dceffa87c)

Just go ahead and pick the first one (`Starknet Foundry (default)`), as that is what we need for building a smart contract for Starknet using cairo.

Now let’s move on to ArgentX setup…

## Setup ArgentX
Expand Down