Skip to content

ryestew/zero2dapp

Repository files navigation

Zero to Dapp Devconnect Argentina - $100 up for grabs!!!

This is the repo for Zero to Dapp, a workshop with seven sections:

  1. Remix
  2. The Graph
  3. Celo
  4. Chainlink
  5. ENS
  6. Uniswap
  7. Self Protocol

Participant Quick Guide

Welcome! This is your fast-lane overview for navigating the workshops, building your project, and submitting it for the $100 prize.


1. Getting Started

Fork the Repo

Click Fork → clone your fork:

git clone <your-fork-url>
cd <repo>
npm install

2. How the Workshops Work

Each workshop session has a final state branch named after the protocol. In The Graph workshop we are setting up the whole project, so we have two branches. Please start form the-graph branch, if you are building!

- Remix (main)
- The Graph (the-graph) - get started branch
- The Graph (the-graph-solved) 
- Celo (celo)
- Chainlink (chainlink)
- ENS (ENS)
- Uniswap (UF)
- Self Protocol (Self)

You can start building from any branch depending on when you join. As the Remix workshop does not yet come with a ready project, we recommend starting off from the-graph branch!!


⏱️ 3. If You Join Late

  • Joined during first half of a session? → Check out the previous session branch to follow the step-by-step build, except for The Graph workshop, there you should start with the-graph branch.

    git checkout <previous-protocol-name>
  • Joined during second half or later? → Check out the current session’s final branch so you can jump right in.

    git checkout <current-protocol-name>

🛠️ 4. Build Your Project

Create a new branch in your fork:

git checkout -b my-project

Your goal: Integrate at least TWO workshop technologies into a small project. Even a tiny prototype is totally valid — we want everyone to submit.


📝 5. Submit & Qualify for the $100 Prize

  1. Fill out this form
  2. Submit a PR to the main branch (see instructions right below)!

All submissions go into a small PR to this repo:

  1. Create your submission folder:
mkdir -p submissions/<your-github-handle>
  1. Add a SUBMISSION.md:
touch submissions/<your-github-handle>/SUBMISSION.md
  1. Fill in:
- Project name  
- Link to your Fork/ branch
- Workshops integrated  
- Feedback
  1. Commit + push + open a Pull Request.

Once your PR is open → your project is officially submitted.


Prize Criteria

To qualify:

  • Submit before the deadline (6 PM, 20th of November, 2025)
  • Your project must integrate two or more workshop topics
  • Your project can not just be a fork of an existing project
  • Provide a working repo + a clear short description

Winner will be randomly selected, so everyone has a chance!!!


💬 Need Help?

Ask any workshop lead — we’re here to support you throughout the day. Have fun building! 🚀

About

Contracts for the Zero to Dapp workshop in Argentina

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published