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

Add more tutorials and examples: relevant workshops, repositories and conferences #126

Closed
10 tasks
sandragcarrillo opened this issue Sep 26, 2024 · 0 comments · Fixed by #127, #130, #131, #132 or #134
Closed
10 tasks

Comments

@sandragcarrillo
Copy link
Contributor

sandragcarrillo commented Sep 26, 2024

Add new resources in Tutorials and examples section:

@sandragcarrillo sandragcarrillo changed the title Add more tutorials and examples Add more tutorials and examples: relevant workshops, repositories and conferences Sep 26, 2024
sandragcarrillo added a commit to sandragcarrillo/awesome-starknet that referenced this issue Sep 26, 2024
Partially fixes keep-starknet-strange#126

Changes made: Adding Analyzing onchain data with Apibara Integrations workshop 

Reason to add this: This resource offers a practical guide on how to analyze on-chain data on Starknet using Apibara, integrating with ChatGPT. It provides valuable insights for developers and data analysts looking to leverage Starknet's data for various use cases.
sandragcarrillo added a commit to sandragcarrillo/awesome-starknet that referenced this issue Sep 26, 2024
Partially fixes keep-starknet-strange#126

Changes made: Adding Become a Starknet Core Developer Conference. 

Reason to add this: This talk by Tomasz Stańczak, founder of Nethermind, provides an in-depth exploration of how to become a core developer within the Starknet ecosystem. It is an excellent resource for developers who want to contribute and don't know the path for it.
sandragcarrillo added a commit to sandragcarrillo/awesome-starknet that referenced this issue Sep 26, 2024
Partially fixes keep-starknet-strange#126 

Changes made: Add Kill Switch contract repository. 

Reason to add it: This is a simple yet important example of a contract written with Cairo that can be called by any other contract, it's also used by other Starknet Foundation workshops so it's useful to have it as a learning resource here.
sandragcarrillo added a commit to sandragcarrillo/awesome-starknet that referenced this issue Sep 26, 2024
Partially fixes keep-starknet-strange#126

Changes made: Adding STARK 101

Reason to add it:  It’s a foundational resource for anyone wanting to deeply understand the cryptographic technology behind Starknet.
sandragcarrillo added a commit to sandragcarrillo/awesome-starknet that referenced this issue Sep 26, 2024
Partially fixes keep-starknet-strange#126

Changes made: Adding Starknet AI agent

Reason to add it: This tool offers a way to expand their Starknet technical knowlegde using an AI agent, using Cairo Book and Starknet docs to provide answers.
sandragcarrillo added a commit to sandragcarrillo/awesome-starknet that referenced this issue Sep 26, 2024
Partially fixes keep-starknet-strange#126 

Changes made: Add Starknet CC recordings

Reason to add it: This playlist contains talks from Starknet CC 2024, providing access to a high quality information from various experts in the Starknet ecosystem. These talks are essential for staying up-to-date on the latest developments, use cases, and best practices in Starknet.

This should be updated after each StarknetCC
sandragcarrillo added a commit to sandragcarrillo/awesome-starknet that referenced this issue Sep 26, 2024
Partially fixes keep-starknet-strange#126 

Changes made: Added Starknet OS Architecture resource

Reason to add it: This resource created by Pragma walks through the Starknet OS Cairo program, giving a deep technical overview of its architecture.
sandragcarrillo added a commit to sandragcarrillo/awesome-starknet that referenced this issue Sep 26, 2024
Partially fixes keep-starknet-strange#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.
sandragcarrillo added a commit to sandragcarrillo/awesome-starknet that referenced this issue Sep 26, 2024
Partially fixes keep-starknet-strange#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment