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

Adding tutorials and examples: Basecamp and Speedrun Starknet #113

Open
wants to merge 2 commits into
base: master
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,14 @@

#### Tutorials and Examples

- [Basecamp 9 recordings](https://youtube.com/playlist?list=PLMXIoXErTTYWyWg4AQVJP1N-7ZoYh4g1y&si=qnV18jtF2lOyU6K2) - Learn Starknet fundamentals, Cairo and smart contract examples with the Starknet Foundation team.
- [Starknet by Example](https://starknet-by-example.voyager.online/) - Collection of examples from beginner concepts to advanced.
- [Cairo by Example](https://cairo-by-example.com/) - Introduction to Cairo, with simple examples.
- Starklings - Interactive tutorial to get you up and running with Cairo v1 and Starknet.
- [Source Code Repository](https://github.com/shramee/starklings-cairo1)
- [Web-based Interactive Tutorial](https://starklings.app/)
- [Node Guardians](https://nodeguardians.io/dev-hub?s=devhub-campaigns) - Cairo 1.0 interactives tutorials.
- [Speedrun Starknet](https://speedrunstark.com/) - Quests to practice writing smart contracts on Starknet.
- [Exercism Cairo Track](https://exercism.org/tracks/cairo) - Learn and master Cairo through hands-on exercises with community-powered mentorship.
- [Starknet messaging tutorial](https://github.com/glihm/starknet-messaging-dev) - Detailed tutorial to test messaging with Anvil and Katana.
- [Starknet Lesson](https://www.starknet-lesson.com) - The latest and best Cairo course classroom.
Expand Down
Loading