Skip to content

Commit

Permalink
add hackathon week
Browse files Browse the repository at this point in the history
  • Loading branch information
NOOMA-42 committed May 31, 2024
1 parent a332d4b commit 2c55272
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions HACKATHON_WEEK.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
`# Hacker Principle
you're code don't have to be pretty or have many function but need to be presentable and runnable

# Project Idea

1. toy tornado cash
a mixer
reference below starter code and instruction
https://securitylab.github.io/cs251-fall21/
https://securitylab.github.io/cs251-fall21/hw/proj4.pdf
https://securitylab.github.io/cs251-fall21/lectures/lecture13.pdf
https://learn.0xparc.org/materials/circom/learning-group-1/breaking-down-tornado

2. zk calculator
prove your calculation is correct,
you may want to reference this: https://github.com/jtriley-eth/zk-calculator

3. battleship
read https://github.com/darkforest-eth/circuits and understand how it work and make your battleship

4. very simple rollup
can be even simpler than this https://github.com/rollupnc/RollupNC
https://securitylab.github.io/cs251-fall21/lectures/lecture17.pdf

5. solve below puzzle and present to us
https://zkhack.dev/puzzles/

6. *OR YOUR OWN PROJECT*
!!!!!! UNVEIL YOUR POWER ANON !!!!!

# Toolkit to Use
https://github.com/privacy-scaling-explorations/zkp-app-boilerplate
https://battlezips.gitbook.io/battlezips/development/circom-tester
https://battlezips.gitbook.io/battlezips/development/hardhat-circom
https://battlezips.gitbook.io/battlezips/development/shield`

0 comments on commit 2c55272

Please sign in to comment.