Skip to content

A simple webapp that displays different project details from past hackathon submissions.

Notifications You must be signed in to change notification settings

JoinWebZero/projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Banner

Projects

This initiative started with the submissions for the Blockspace Symmetry Hackathon (Aug. 19-12, 2024, Funkhaus, Berlin), whereby 8 submissions were selected to be the ones to receive cash prizes. The prizes were given in two milestones: 60% given upfront and 40% to be distributed upon the completion of a second milestone.

The repository serves the purpose of confirming the receipt of submitted milestone and to have a central place for all submissions continued to be worked on post-hackathon.

Submitting a milestone

  1. Fork this repo.
  2. Go to app/src/assets and find your project in the list of submissions (e.g. in "funkhaus-2024.json")
  3. Modify the "milestones" filed and add a short description for the milestones you completed.
  4. Make a PR to this repo with your changes.
  5. Repo maintainers will review your PR and send you the cash prize for the milestone upon approval.

Example:

    {
      "eventStartedAt": "funkhaus-2024",
      "projectName": "Airdrops for Everyone on Polkadot",
      "teamLead": "Daniel Vaculík",
      "description": "Airdrops at the moment are very expensive. We aim to make them cheaper by utilising merkle trees/root and merkle proofs. It makes the airdrops multiple times cheaper. This project is a follow-up on an existing pull request to Polkadot SDK.",
      "githubRepo": "https://github.com/RostislavLitovkin/AirdropsForEveryone",
      "demoUrl": "nan",
      "slidesUrl": "nan",
      "techStack": "Rust, wasm, typescript, react",
+     "milestones": [
+       "Submitted proof of concept at hackathon",
+       "Changes to asset pallet are merged into PolkadotSDK"
        ]
    },

About

A simple webapp that displays different project details from past hackathon submissions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published