From 0350a3973d08398ec186466f225946400da69f7b Mon Sep 17 00:00:00 2001 From: Sandra Carrillo Date: Thu, 26 Sep 2024 00:58:29 -0500 Subject: [PATCH] Add counter workshop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Partially fixes #126 Changes made: Adding Counter workshop Reason to add it: This repository offers a hands-on, step-by-step guide to writing smart contracts with Cairo. It’s an ideal starting point for developers new to Cairo and Starknet who want to build basic smart contract functionality, also it's used in Basecamp. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 730711c..3f5a5ad 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ - [WTF Starknet](https://github.com/WTFAcademy/WTF-Starknet) - English and Chinese tutorials. - [Starknet Lesson](https://www.starknet-lesson.com) - The latest and best Cairo course classroom. - [Cairo Zero to Hero](https://www.youtube.com/playlist?list=PLAHFj7-3e6Lz_gSRsearGALkTduJZFdlt) - Introduction to Starknet and Cairo. +- [Starknet's Counter Workshop](https://github.com/starknet-edu/counter-workshop) - Practice how to write an smart contract with Cairo with this step by step exercise. #### Articles and Blogs