From 3b6ef09d0813b3f1649f708dfc85e3a747e5687b Mon Sep 17 00:00:00 2001 From: Sandra Carrillo Date: Thu, 26 Sep 2024 01:00:39 -0500 Subject: [PATCH] Add Account Abstraction workshop Partially fixes #126 Change made: Adding Account Abstraction wokshop repo Reason to add it: This workshop helps developers practice creating an account contract with a single signer that uses the STARK-friendly elliptic curve to sign transactions. It's very helpful to understand how AA works on Starknet and to challenge devs to complete each step. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 730711c..0fbb0aa 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 Account Abstraction Workshop](https://github.com/starknet-edu/aa-workshop) - Practice how to create an account contract with a single signer that uses the STARK-friendly elliptic curve to sign transactions. #### Articles and Blogs