-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzkcamp.html
499 lines (423 loc) · 22.4 KB
/
zkcamp.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
<!DOCTYPE html>
<!-- saved from url=(0057)https://15721.courses.cs.cmu.edu/spring2023/schedule.html -->
<html class="h-100" lang="en" xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml">
<head>
<title>ABCDE ZK Hacker Camp</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Siyuan Han@ABCDE">
<meta name="description" content="ABCDE ZK Hacker Camp Curriculum Schedules.">
<meta property="og:site_name" content="ABCDE ZK Hacker Camp Curriculum Schedule">
<meta property="og:type" content="article">
<meta property="og:title" content="ABCDE ZK Hacker Camp Curriculum Schedule">
<meta property="article:published_time" content="2023-07-10">
<link rel="stylesheet" href="./style/css2">
<link rel="icon" href="https://www.abcde.com/fav_icon.png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<link rel="stylesheet" href="./style/all.min.css"
integrity="sha512-ZYg+hQvLlM0W9C3P6vTpes5LmJ66G2EsroxDNzwD6qiulckldb29eD9I672HL2X+LH5nRhY1sQqZLJGB+aUUPg=="
crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="./style/style.css" type="text/css">
<link rel="stylesheet" href="https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.css">
</head>
<body class="d-flex flex-column h-100">
<header>
<nav class="navbar navbar-expand-md navbar-dark bg-light" aria-label="Navigation Bar">
<div class="container">
<a href="https://www.abcde.com/" class="navbar-brand">
<img src="./style/abcde.svg" width="150"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar721"
aria-controls="navbar721" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar721">
<ul class="navbar-nav ms-auto align-items-center">
<li> <a class="nav-link active" style="color: black;" title="About"
href="https://build.bewater.xyz/en/campaigns/4" target="_new"> About </a>
</li>
<li class="nav-link active" style="color: black;"><a href="https://twitter.com/ABCDELabs">Twitter</a>
</li>
<li> <a class="nav-link active" style="color: black;" title="Youtube"
href="https://www.youtube.com/@ABCDELabs/videos" target="_new"> Youtube</a>
</li>
<li> <a class="nav-link active" style="color: black;" href="mailto:[email protected]" target="_new"> Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main class="flex-shrink-0">
<div class="container my-5">
<section id="content" class="body">
<div class="text-center">
<h1 class="fw-bolder mb-4 justify-content-center">ABCDE ZK Hacker Camp Curriculum Schedule</h1>
</div>
<div class="entry-content">
<table class="table table-striped">
<thead>
<tr>
<th class="border-top-0">Date</th>
<th class="border-top-0">Mentor</th>
<th class="border-top-0">Topic</th>
<th class="border-top-0">Slides</th>
<th class="border-top-0">Video</th>
<th class="border-top-0">Notes</th>
</tr>
</thead>
<tbody>
<tr class="" id="Jul-15-2023">
<td class="calendar-date">Jul 15, 2023</td>
<td class="calendar-mentor"> <b><a href="https://twitter.com/BMANLead">BMAN@ABCDE</a></b></td>
<td class="calendar-activity"><b>ABCDE ZK Hacker Camp opening day</b></td>
<td class="calendar-slides"><a href="" title="SLIDES-Lecture-0" class="schedule-badge"><i
class=""></i></a></td>
<td class="calendar-video"><a href="https://www.youtube.com/watch?v=WIDv-lEVmPQ" target="_video"
title="VIDEO-Lecture-0)" class="schedule-badge"><i class="fa fa-file-movie-o fa-lg"></i></a></td>
<td class="calendar-slides"></td>
</tr>
<tr class="success">
<td class="calendar-date"></td>
<td class="calendar-mentor"></td>
<td class="calendar-activity"><b> <em>Part 1: ZKP in Brief</em></b></td>
<td class="calendar-slides"></td>
<td class="calendar-video"></td>
<td class="calendar-slides"></td>
</tr>
<tr class="" id="Jul-22-2023">
<td class="calendar-date">Jul 22, 2023</td>
<td class="calendar-mentor"><b>Jiaheng Zhang</b></td>
<td class="calendar-activity"><b>#1 Efficient Zero-Knowledge Proofs: Theory and Practice
</b>
<ul>
<b>Materials:</b>
<li class="secondary">
Jiaheng Zhang: <a href="https://arxiv.org/pdf/2210.00264.pdf">zkBridge: Trustless Cross-chain
Bridges Made Practical</a> <i class="fa fa-gratipay" style="font-size:24px;color:red"></i>
</li>
<li class="secondary">
Polyhedra Network: <a href="https://polyhedra.network/">Infrastructure for Web3
Interoperability</a>
</li>
<li class="secondary">
Don Boneh: <a href="https://toc.cryptobook.us/">A Graduate Course in
Applied Cryptography</a>
</li>
<li class="secondary">
Justin Thaler: <a href="https://people.cs.georgetown.edu/jthaler/ProofsArgsAndZK.pdf">Proofs,
Arguments, and Zero-Knowledge</a> <i class="fa fa-gratipay"
style="font-size:24px;color:red"></i>
</li>
<li class="secondary">
Delendum: <a href="https://kb.delendum.xyz/zk-knowledge">ZKP Knowledge Base</a> <i
class="fa fa-gratipay" style="font-size:24px;color:red"></i>
</li>
<li class="secondary">
MatterLabs: <a href="https://github.com/matter-labs/awesome-zero-knowledge-proofs">Awesome zero
knowledge proofs (zkp)</a>
</li>
</ul>
</td>
<td class="calendar-slides"><a href="curriculum/1_Jiheng Zhang_nus polyhedra.pptx"
title="SLIDES-Lecture-0" class="schedule-badge"><i class="fa fa-file-pdf-o fa-lg"></i></a></td>
<td class="calendar-video"><a href="https://www.youtube.com/watch?v=-tJjb7TZ3C8" target="_video"
title="VIDEO-Lecture-0)" class="schedule-badge"><i class="fa fa-file-movie-o fa-lg"></i></a></td>
<td class="calendar-slides"><a href="files/notes/ZK_hack_camp__Lecture01.pdf" title="SLIDES-Lecture-0"
class="schedule-badge"><i class="fa fa-file-pdf-o fa-lg"></i></a></td>
</tr>
<tr class="success">
<td class="calendar-date"></td>
<td class="calendar-mentor"></td>
<td class="calendar-activity"><b> <em> Part 2: ZKP in Crypto</em></b></td>
<td class="calendar-slides"></td>
<td class="calendar-video"></td>
<td class="calendar-slides"></td>
</tr>
<tr class="" id="Jul-29-2023">
<td class="calendar-date">Jul 29, 2023</td>
<td class="calendar-mentor"><b><a href="https://twitter.com/theyisun">Yi Sun</a< /b>
</td>
<td class="calendar-activity"><b>#2 Adding ZK-based reflection to the EVM with Axiom: How it works
and
what's next
</b>
<ul>
<b>Materials:</b>
<li class="secondary">
Axiom: <a href="https://www.axiom.xyz/">The ZK Coprocessor for Ethereum</a>
</li>
</ul>
</td>
<td class="calendar-slides"><a href="files/tech_talks/Axiom Tech Talk (for ABCDE).pdf"
title="SLIDES-Lecture-0" class="schedule-badge"><i class="fa fa-file-pdf-o fa-lg"></i></a></td>
<td class="calendar-video"><a href="https://www.youtube.com/watch?v=gOFMzepq7uU" target="_video"
title="VIDEO-Lecture-0)" class="schedule-badge"><i class="fa fa-file-movie-o fa-lg"></i></a></td>
<td class="calendar-slides"><a href="files/notes/ZK_hack_camp__Lecture02.pdf"><i
class="fa fa-file-pdf-o fa-lg"></i></a></td>
</tr>
<tr class="" id="Aug-5-2023">
<td class="calendar-date">Aug 05, 2023</td>
<td class="calendar-mentor"><b>Gnana Lakshmi</b>
</td>
<td class="calendar-activity"><b>#3 Exploring the world of Starknet</b>
<ul>
<b>Materials:</b>
<li class="secondary">
Cairo: <a href="https://www.cairo-lang.org/docs/index.html">The first Turing-complete language for
creating provable programs for general computation</a>
</li>
</ul>
</td>
<td class="calendar-slides"><a
href="https://docs.google.com/presentation/d/1SBg9BItueGPHCE3OAUfOJcyl0Vx_Snz8bpSzouPr-ms/edit?usp=sharing"
title="SLIDES-Lecture-0" class="schedule-badge"><i class="fa fa-file-pdf-o fa-lg"></i></a></td>
<td class="calendar-video"><a href="https://www.youtube.com/watch?v=se1INLNlxt8" target="_video"
title="VIDEO-Lecture-0)" class="schedule-badge"><i class="fa fa-file-movie-o fa-lg"></i></a></td>
<td class="calendar-slides"></td>
</tr>
<tr class="success">
<td class="calendar-date"></td>
<td class="calendar-mentor"></td>
<td class="calendar-activity"><b> <em>Part 3: ZKP in General(more scenarios)</em></b></td>
<td class="calendar-slides"></td>
<td class="calendar-video"></td>
<td class="calendar-slides"></td>
</tr>
<tr class="" id="Aug-12-2023">
<td class="calendar-date">Aug 12, 2023</td>
<td class="calendar-mentor"><b><a href="https://science.psu.edu/math/people/jrm53">Jason Morton</a></b>
</td>
<td class="calendar-activity"><b>#4 zkML in practice</b>
<ul>
<b>Materials:</b>
<li class="secondary">
EZKL: <a href="https://github.com/zkonduit/ezkl">a library and command-line tool for doing
inference for deep learning models and other computational graphs in a zk-snark (ZKML)</a>
</li>
</ul>
</td>
</td>
<td class="calendar-slides"><a href="files/tech_talks/ezkl_presentation.pdf" title="SLIDES-Lecture-0"
class="schedule-badge"><i class="fa fa-file-pdf-o fa-lg"></i></a></td>
<td class="calendar-video"><a href="https://www.youtube.com/watch?v=8Alw5tJCGf8" target="_video"
title="VIDEO-Lecture-0)" class="schedule-badge"><i class="fa fa-file-movie-o fa-lg"></i></a></td>
<td class="calendar-slides"><a href="
https://colab.research.google.com/drive/1qI3ECXPJ9VX_8zp8aTEdoDlfKISu1pdy?usp=sharing"><i
class="fa fa-file-pdf-o fa-lg"></i></a></td>
</tr>
<tr class="success">
<td class="calendar-date"></td>
<td class="calendar-mentor"></td>
<td class="calendar-activity"><b><em>Part 4: Advanced ZKP Optimization</em></b></td>
<td class="calendar-slides"></td>
<td class="calendar-video"></td>
<td class="calendar-slides"></td>
</tr>
<tr class="" id="Aug-19-2023">
<td class="calendar-date">Aug 19, 2023</td>
<td class="calendar-mentor"><b><a href="https://twitter.com/shumochu">Shumo Chu</a></b></td>
<td class="calendar-activity"><b>#5 Scaling and Composing Zero-Knowledge Proofs with Nebra</b>
<ul>
<b>Materials</b>
<li class="secondary">
[Book]: Elliptic Curves Number Theory And Cryptography
</li>
</ul>
</td>
<td class="calendar-slides"><a href="files/tech_talks/Math behind Proof Aggregation.pdf"
title="SLIDES-Lecture-0" class="schedule-badge"><i class="fa fa-file-pdf-o fa-lg"></i></a></td>
<td class="calendar-video"><a href="https://www.youtube.com/watch?v=3DyRQBoZpK8" target="_video"
title="VIDEO-Lecture-0)" class="schedule-badge"><i class="fa fa-file-movie-o fa-lg"></i></a></td>
<td class="calendar-slides"></td>
</tr>
<tr class="" id="Aug-26-2023">
<td class="calendar-date">Aug 26, 2023</td>
<td class="calendar-mentor"><b><a href="https://twitter.com/leofanxiong">Leo Fan</a></b></td>
<td class="calendar-activity"><b>#6 Cysic: End-to-End Hardware Acceleration for ZKPs</b>
<ul>
<b>Materials: </b>
<li class="secondary">
[Cysic Tech Report]: <a href="http://cysic.xyz/BlogDetail/2">ZK Hardware Acceleration: The
Past,the Present and the Future</a> <i class="fa fa-gratipay"
style="font-size:24px;color:red"></i>
</li>
<li class="secondary">
[Cysic Tech Report]: <a href="http://cysic.xyz/BlogDetail/3">Designing and unifying massively
interconnected systems: How hard can it reallybe?</a>
</li>
<li class="secondary">
[Tech Report]: <a href="https://www.paradigm.xyz/2022/04/zk-hardware">Hardware Acceleration for
Zero Knowledge Proofs
</a>
</li>
</ul>
</ul>
</td>
<td class="calendar-slides"><a href="" title="SLIDES-Lecture-0" class="schedule-badge"><i
class=""></i></a></td>
<td class="calendar-video"><a href="https://www.youtube.com/watch?v=40VrzaDk1bk" target="_video" title="VIDEO-Lecture-0)" class="schedule-badge"><i
class="fa fa-file-movie-o fa-lg"></i></a></td>
<td class="calendar-slides"></td>
</tr>
<tr class="" id="Sept-2-2023">
<td class="calendar-date">Sept 2, 2023</td>
<td class="calendar-mentor"><b><a href="https://github.com/therealyingtong">Yingtong</a></b></td>
<td class="calendar-activity"><b>#8 Recursive Proof Composition Theory and Practice</b>
<ul>
<b>Materials: </b>
</ul>
</td>
<td class="calendar-slides"><a href="files/tech_talks/yingtong_recursive_proof_composition.pdf" title="SLIDES-Lecture-0" class="schedule-badge"><i
class="fa fa-file-pdf-o fa-lg"></i></a></td>
<td class="calendar-video"><a href="https://www.youtube.com/watch?v=j2_9nwgfhEw" target="_video" title="VIDEO-Lecture-0)" class="schedule-badge"><i
class="fa fa-file-movie-o fa-lg"></i></a></td>
<td class="calendar-slides"></td>
</tr>
<tr class="success">
<td class="calendar-date"></td>
<td class="calendar-mentor"></td>
<td class="calendar-activity"><b><em>Special Session: The Rising ZK Projects</em></b></td>
<td class="calendar-slides"></td>
<td class="calendar-video"></td>
<td class="calendar-slides"></td>
</tr>
<tr class="" id="Aug-26-2023">
<td class="calendar-date">Aug 26, 2023</td>
<td class="calendar-mentor"><b><a href="https://github.com/mratsim">Mamy Ratsimbazafy</a></b></td>
<td class="calendar-activity"><b>#7 (<a href="https://taiko.xyz/">Taiko</a>) Ensuring Quality of ZK Code</b>
<ul>
<b>Materials: </b>
<li class="secondary">
[Taiko Tech Report]: <a href="https://taiko.mirror.xyz/w7NSKDeKfJoEy0p89I9feixKfdK-20JgWF9HZzxfeBo
">Taiko: The Type 1 ZK-EVM
</a> <i class="fa fa-gratipay"
style="font-size:24px;color:red"></i>
</li>
<li class="secondary">
[Taiko Repo]: <a href="https://github.com/taikoxyz/taiko-client">The implementation of taiko-client</a> <i class="fa fa-gratipay"
style="font-size:24px;color:red"></i>
</li>
</ul>
</td>
<td class="calendar-slides"><a href="" title="SLIDES-Lecture-0" class="schedule-badge"><i
class=""></i></a></td>
<td class="calendar-video"><a href="https://www.youtube.com/watch?v=bGMxLlbPDDc" target="_video" title="VIDEO-Lecture-0)" class="schedule-badge"><i
class="fa fa-file-movie-o fa-lg"></i></a></td>
<td class="calendar-slides"></td>
</tr>
</tbody>
</table>
</div>
<br>
<br>
<hr>
</section>
<section id="Mentor" class="body">
<div class="text-center" style="margin-bottom: 28px;">
<h2 id="Mentor" class="fw-bolder">MENTOR COMMITTEE</h2>
</div>
<div class="row mentors" style="background-color: aliceblue;">
<div class="col text-center">
<a href="https://twitter.com/bmanlead">
<img src="img/bman.jpeg" alt="">
<p>BMAN LEE
<br> Co-Founder @ABCDE
</p>
</a>
</div>
<div class="col text-center">
<a href="https://twitter.com/shumochu">
<img src="img/shumo.png" alt="">
<p>Shumo Chu <br> Co-Founder @Manta Network</p>
</a>
</div>
<div class="col text-center">
<a href="https://leofanxiong.github.io/">
<img src="img/leo.jpeg" alt="">
<p>Leo Fan<br> Co-Founder @Cysic</p>
</a>
</div>
<div class="col text-center">
<a href="https://twitter.com/pobu_cysic">
<img src="img/pubu.png" alt="">
<p>Bowen Huang<br> Co-Founder @Cysic</p>
</a>
</div>
<div class="col text-center">
<a href="https://twitter.com/gyanlakshmi">
<img src="img/gnana.png" alt="">
<p>Gnana Lakshm <br>Developer Advocate@StarkWare
</p>
</a>
</div>
</div>
<div class="row mentors" style="background-color: aliceblue;">
<div class="col text-center">
<a href="https://science.psu.edu/math/people/jrm53">
<img src="img/jason.png" alt="">
<p>Jason Morton<br>Founder @zkonduit</p>
</a>
</div>
<div class="col text-center">
<a href="https://github.com/dmpierre">
<img src="img/Pierre.jpg" alt="">
<p>Pierre<br>Cryptographer</p>
</a>
</div>
<div class="col text-center">
<a href="https://yisun.io/">
<img src="img/yi.jpeg" alt="">
<p>Sun Yi<br>Co-Founder @Axiom</p>
</a>
</div>
<div class="col text-center">
<a href="https://twitter.com/therealyingtong">
<img src="img/yingtong.jpg" alt="">
<p>Yingtong<br> Cryptographer @Geometry</p>
</a>
</div>
<div class="col text-center">
<a href="https://zjhzjh123.github.io/">
<img src="img/jiaheng.png" alt="">
<p>Jiaheng Zhang<br>Co-Founder @Polyhedra</p>
</a>
</div>
</div>
<div class="row mentors" style="background-color: aliceblue;">
<div class="col text-center">
<a href="https://github.com/mratsim">
<img src="img/Mamy.jpg" alt="">
<p>Mamy Ratsimbazafy<br>ZK Engineering Lead @Taiko</p>
</a>
</div>
<div class="col text-center">
<a href="">
<img src="img/Ismail Khoffi.jpg" alt="">
<p>Ismail Khoffi <br>Co-Founder @Celestia Labs</p>
</a>
</div>
</div>
</section>
<br>
</div>
</main>
<footer class="footer mt-auto py-4 bg-light">
<div class="container">
<div class="row" style="text-align: center">
<p class="mb-1">Maintained by <a href="https://twitter.com/ABCDELabs">ABCDE</a> Last Updated: Jul 11, 2023<br>
Thanks to <a href="https://15721.courses.cs.cmu.edu/spring2023/schedule.html">CMU15721</a> for the
inspiration!</p>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous">
</script>
</body>
</html>