This is the submission repository for all entries of the 2023 ZKP/Web3.0 Hackathon at UC Berkeley RDI.
You can find the detailed description of all tasks here.
Your implementation will be reviewed with respect to the following criteria:
- Correctness of the implementation.
- Efficiency of the implementation (in the case of e.g. a novel circuit implementation)
- Quality of the documentation.
You are required to supply tests that evaluate the correctness of your implementation.
To submit a solution, please fork this repository, create a folder for your team in either /designated
or /self-selected
depending on whether you are pursuing a designated or self-selected task.
The name of you submission folder should follow the following naming convention: TeamName_TaskNumber
- e.g.“Winner_1_11” for team “Winner” and designated task 1.11.
Each submission repository is required to contain a Readme. The Readme should contain:
- A Table of Contents
- A Build and Run Guide
- A link to the detailed description of your implementation/optimization
- Please save and upload your documentation as a PDF file with the file naming convention:
TeamName_TaskNumber.pdf
.
You can find a set of well-documented submissions as an example here.