Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
d0cd committed Feb 17, 2025
1 parent 51a2b2f commit 669509d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions archive/create-aleo-app/02_create_aleo_app_full.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sidebar_label: React App + Devnet + Testing Infra
## 1. Installation

- Install [leo](https://github.com/ProvableHQ/leo), which will let you deploy and execute your program.
- Install [snarkOS](https://github.com/AleoHQ/snarkOS), which will spin up a live devnet either locally or on AWS.
- Install [snarkOS](https://github.com/ProvableHQ/snarkOS), which will spin up a live devnet either locally or on AWS.
- Install [tmux](https://formulae.brew.sh/formula/tmux), because the devnet dashboard uses this.
- Run these commands to set up your React App and install Leo, our statically-typed programming language built for writing private applications:

Expand Down Expand Up @@ -264,10 +264,10 @@ git push -u origin main
```
### Claim your Leo badge
1. Go to the Leo repo issues tab [here](https://github.com/AleoHQ/leo/issues/new/choose)
1. Go to the Leo repo issues tab [here](https://github.com/ProvableHQ/leo/issues/new/choose)
2. Go to 🥇 "Badge" and click "Get Started".
3. Follow the brief instructions and submit.
4. Once your issue is approved, we will add you to the [contributors section](https://github.com/AleoHQ/leo#%EF%B8%8F-contributors) of the Leo README.md file.
4. Once your issue is approved, we will add you to the [contributors section](https://github.com/ProvableHQ/leo#%EF%B8%8F-contributors) of the Leo README.md file.
Congratulations on becoming a Leo contributor! 🎉
Expand Down

0 comments on commit 669509d

Please sign in to comment.