This repository is used to collect all team submissions for the hackathon. Each team must submit their project artifacts (code, applets, PDFs, documentation, etc.) via a Pull Request.
Submission Guidelines
Fork this repository to your GitHub account.
Create a folder with your team name inside the repository root.
Example:
/TeamEuler
/TeamGauss
/TeamLagrange
Add all your project artifacts inside this folder, such as:
Source code
Applets
PDFs
Presentation slides
Documentation
Demo instructions
Example structure:
TeamEuler/
├── README.md
├── presentation.pdf
├── demo.mp4
└── dapp/
Commit your changes and push them to your fork.
Create a Pull Request to this repository.
Pull Request Format
Your PR title must follow this format:
Submission #<team_name>
Your PR description should include:
Short description of the project Instructions to run or test the project (if applicable)