-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path6th.html
More file actions
613 lines (566 loc) · 42.2 KB
/
6th.html
File metadata and controls
613 lines (566 loc) · 42.2 KB
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
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
<!doctype html>
<html>
<head>
<meta charset='UTF-8'><meta name='viewport' content='width=device-width initial-scale=1'>
<title>이더리움 연구회 6기 모집</title><link href='https://fonts.loli.net/css?family=Merriweather:900,900italic,300,300italic&subset=latin-ext' rel='stylesheet' type='text/css' /><link href='https://fonts.loli.net/css?family=Lato:900,300&subset=latin-ext' rel='stylesheet' type='text/css' /><style type='text/css'>html {overflow-x: initial !important;}:root { --bg-color: #ffffff; --text-color: #333333; --select-text-bg-color: #B5D6FC; --select-text-font-color: auto; --monospace: "Lucida Console",Consolas,"Courier",monospace; }
html { font-size: 14px; background-color: var(--bg-color); color: var(--text-color); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body { margin: 0px; padding: 0px; height: auto; bottom: 0px; top: 0px; left: 0px; right: 0px; font-size: 1rem; line-height: 1.42857143; overflow-x: hidden; background-image: inherit; background-size: inherit; background-attachment: inherit; background-origin: inherit; background-clip: inherit; background-color: inherit; tab-size: 4; background-position: inherit inherit; background-repeat: inherit inherit; }
iframe { margin: auto; }
a.url { word-break: break-all; }
a:active, a:hover { outline: 0px; }
.in-text-selection, ::selection { text-shadow: none; background: var(--select-text-bg-color); color: var(--select-text-font-color); }
#write { margin: 0px auto; height: auto; width: inherit; word-break: normal; word-wrap: break-word; position: relative; white-space: normal; overflow-x: visible; padding-top: 40px; }
#write.first-line-indent p { text-indent: 2em; }
#write.first-line-indent li p, #write.first-line-indent p * { text-indent: 0px; }
#write.first-line-indent li { margin-left: 2em; }
.for-image #write { padding-left: 8px; padding-right: 8px; }
body.typora-export { padding-left: 30px; padding-right: 30px; }
.typora-export .footnote-line, .typora-export li, .typora-export p { white-space: pre-wrap; }
@media screen and (max-width: 500px) {
body.typora-export { padding-left: 0px; padding-right: 0px; }
#write { padding-left: 20px; padding-right: 20px; }
.CodeMirror-sizer { margin-left: 0px !important; }
.CodeMirror-gutters { display: none !important; }
}
#write li > figure:last-child { margin-bottom: 0.5rem; }
#write ol, #write ul { position: relative; }
img { max-width: 100%; vertical-align: middle; }
button, input, select, textarea { color: inherit; font-family: inherit; font-size: inherit; font-style: inherit; font-variant-caps: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; }
input[type="checkbox"], input[type="radio"] { line-height: normal; padding: 0px; }
*, ::after, ::before { box-sizing: border-box; }
#write h1, #write h2, #write h3, #write h4, #write h5, #write h6, #write p, #write pre { width: inherit; }
#write h1, #write h2, #write h3, #write h4, #write h5, #write h6, #write p { position: relative; }
p { line-height: inherit; }
h1, h2, h3, h4, h5, h6 { break-after: avoid-page; break-inside: avoid; orphans: 2; }
p { orphans: 4; }
h1 { font-size: 2rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.6rem; }
h4 { font-size: 1.4rem; }
h5 { font-size: 1.2rem; }
h6 { font-size: 1rem; }
.md-math-block, .md-rawblock, h1, h2, h3, h4, h5, h6, p { margin-top: 1rem; margin-bottom: 1rem; }
.hidden { display: none; }
.md-blockmeta { color: rgb(204, 204, 204); font-weight: 700; font-style: italic; }
a { cursor: pointer; }
sup.md-footnote { padding: 2px 4px; background-color: rgba(238, 238, 238, 0.701961); color: rgb(85, 85, 85); border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; cursor: pointer; }
sup.md-footnote a, sup.md-footnote a:hover { color: inherit; text-transform: inherit; text-decoration: inherit; }
#write input[type="checkbox"] { cursor: pointer; width: inherit; height: inherit; }
figure { overflow-x: auto; margin: 1.2em 0px; max-width: calc(100% + 16px); padding: 0px; }
figure > table { margin: 0px !important; }
tr { break-inside: avoid; break-after: auto; }
thead { display: table-header-group; }
table { border-collapse: collapse; border-spacing: 0px; width: 100%; overflow: auto; break-inside: auto; text-align: left; }
table.md-table td { min-width: 32px; }
.CodeMirror-gutters { border-right-width: 0px; background-color: inherit; }
.CodeMirror-linenumber { }
.CodeMirror { text-align: left; }
.CodeMirror-placeholder { opacity: 0.3; }
.CodeMirror pre { padding: 0px 4px; }
.CodeMirror-lines { padding: 0px; }
div.hr:focus { cursor: none; }
#write pre { white-space: pre-wrap; }
#write.fences-no-line-wrapping pre { white-space: pre; }
#write pre.ty-contain-cm { white-space: normal; }
.CodeMirror-gutters { margin-right: 4px; }
.md-fences { font-size: 0.9rem; display: block; break-inside: avoid; text-align: left; overflow: visible; white-space: pre; background-image: inherit; background-size: inherit; background-attachment: inherit; background-origin: inherit; background-clip: inherit; background-color: inherit; position: relative !important; background-position: inherit inherit; background-repeat: inherit inherit; }
.md-diagram-panel { width: 100%; margin-top: 10px; text-align: center; padding-top: 0px; padding-bottom: 8px; overflow-x: auto; }
#write .md-fences.mock-cm { white-space: pre-wrap; }
.md-fences.md-fences-with-lineno { padding-left: 0px; }
#write.fences-no-line-wrapping .md-fences.mock-cm { white-space: pre; overflow-x: auto; }
.md-fences.mock-cm.md-fences-with-lineno { padding-left: 8px; }
.CodeMirror-line, twitterwidget { break-inside: avoid; }
.footnotes { opacity: 0.8; font-size: 0.9rem; margin-top: 1em; margin-bottom: 1em; }
.footnotes + .footnotes { margin-top: 0px; }
.md-reset { margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: top; text-decoration: none; text-shadow: none; float: none; position: static; width: auto; height: auto; white-space: nowrap; cursor: inherit; line-height: normal; font-weight: 400; text-align: left; box-sizing: content-box; direction: ltr; background-position: 0px 0px; background-repeat: initial initial; }
li div { padding-top: 0px; }
blockquote { margin: 1rem 0px; }
li .mathjax-block, li p { margin: 0.5rem 0px; }
li { margin: 0px; position: relative; }
blockquote > :last-child { margin-bottom: 0px; }
blockquote > :first-child, li > :first-child { margin-top: 0px; }
.footnotes-area { color: rgb(136, 136, 136); margin-top: 0.714rem; padding-bottom: 0.143rem; white-space: normal; }
#write .footnote-line { white-space: pre-wrap; }
@media print {
body, html { border: 1px solid transparent; height: 99%; break-after: avoid-page; break-before: avoid-page; }
#write { margin-top: 0px; padding-top: 0px; border-color: transparent !important; }
.typora-export * { -webkit-print-color-adjust: exact; }
html.blink-to-pdf { font-size: 13px; }
.typora-export #write { padding-left: 32px; padding-right: 32px; padding-bottom: 0px; break-after: avoid-page; }
.typora-export #write::after { height: 0px; }
}
.footnote-line { margin-top: 0.714em; font-size: 0.7em; }
a img, img a { cursor: pointer; }
pre.md-meta-block { font-size: 0.8rem; min-height: 0.8rem; white-space: pre-wrap; background-color: rgb(204, 204, 204); display: block; overflow-x: hidden; background-position: initial initial; background-repeat: initial initial; }
p > .md-image:only-child:not(.md-img-error) img, p > img:only-child { display: block; margin: auto; }
p > .md-image:only-child { display: inline-block; width: 100%; }
#write .MathJax_Display { margin: 0.8em 0px 0px; }
.md-math-block { width: 100%; }
.md-math-block:not(:empty)::after { display: none; }
[contenteditable="true"]:active, [contenteditable="true"]:focus { outline: 0px; box-shadow: none; }
.md-task-list-item { position: relative; list-style-type: none; }
.task-list-item.md-task-list-item { padding-left: 0px; }
.md-task-list-item > input { position: absolute; top: 0px; left: 0px; margin-left: -1.2em; margin-top: calc(1em - 10px); border: none; }
.math { font-size: 1rem; }
.md-toc { min-height: 3.58rem; position: relative; font-size: 0.9rem; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; }
.md-toc-content { position: relative; margin-left: 0px; }
.md-toc-content::after, .md-toc::after { display: none; }
.md-toc-item { display: block; color: rgb(65, 131, 196); }
.md-toc-item a { text-decoration: none; }
.md-toc-inner:hover { text-decoration: underline; }
.md-toc-inner { display: inline-block; cursor: pointer; }
.md-toc-h1 .md-toc-inner { margin-left: 0px; font-weight: 700; }
.md-toc-h2 .md-toc-inner { margin-left: 2em; }
.md-toc-h3 .md-toc-inner { margin-left: 4em; }
.md-toc-h4 .md-toc-inner { margin-left: 6em; }
.md-toc-h5 .md-toc-inner { margin-left: 8em; }
.md-toc-h6 .md-toc-inner { margin-left: 10em; }
@media screen and (max-width: 48em) {
.md-toc-h3 .md-toc-inner { margin-left: 3.5em; }
.md-toc-h4 .md-toc-inner { margin-left: 5em; }
.md-toc-h5 .md-toc-inner { margin-left: 6.5em; }
.md-toc-h6 .md-toc-inner { margin-left: 8em; }
}
a.md-toc-inner { font-size: inherit; font-style: inherit; font-weight: inherit; line-height: inherit; }
.footnote-line a:not(.reversefootnote) { color: inherit; }
.md-attr { display: none; }
.md-fn-count::after { content: "."; }
code, pre, samp, tt { font-family: var(--monospace); }
kbd { margin: 0px 0.1em; padding: 0.1em 0.6em; font-size: 0.8em; color: rgb(36, 39, 41); background-color: rgb(255, 255, 255); border: 1px solid rgb(173, 179, 185); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; box-shadow: rgba(12, 13, 14, 0.2) 0px 1px 0px, rgb(255, 255, 255) 0px 0px 0px 2px inset; white-space: nowrap; vertical-align: middle; background-position: initial initial; background-repeat: initial initial; }
.md-comment { color: rgb(162, 127, 3); opacity: 0.8; font-family: var(--monospace); }
code { text-align: left; }
a.md-print-anchor { white-space: pre !important; border: none !important; display: inline-block !important; position: absolute !important; width: 1px !important; right: 0px !important; outline: 0px !important; text-shadow: initial !important; background-position: 0px 0px !important; background-repeat: initial initial !important; }
.md-inline-math .MathJax_SVG .noError { display: none !important; }
.html-for-mac .inline-math-svg .MathJax_SVG { vertical-align: 0.2px; }
.md-math-block .MathJax_SVG_Display { text-align: center; margin: 0px; position: relative; text-indent: 0px; max-width: none; max-height: none; min-height: 0px; min-width: 100%; width: auto; overflow-y: hidden; display: block !important; }
.MathJax_SVG_Display, .md-inline-math .MathJax_SVG_Display { width: auto; margin: inherit; display: inline-block !important; }
.MathJax_SVG .MJX-monospace { font-family: var(--monospace); }
.MathJax_SVG .MJX-sans-serif { font-family: sans-serif; }
.MathJax_SVG { display: inline; font-style: normal; font-weight: 400; line-height: normal; zoom: 90%; text-indent: 0px; text-align: left; text-transform: none; letter-spacing: normal; word-spacing: normal; word-wrap: normal; white-space: nowrap; float: none; direction: ltr; max-width: none; max-height: none; min-width: 0px; min-height: 0px; border: 0px; padding: 0px; margin: 0px; }
.MathJax_SVG * { transition: none; }
.MathJax_SVG_Display svg { vertical-align: middle !important; margin-bottom: 0px !important; margin-top: 0px !important; }
.os-windows.monocolor-emoji .md-emoji { font-family: "Segoe UI Symbol", sans-serif; }
.md-diagram-panel > svg { max-width: 100%; }
[lang="mermaid"] svg, [lang="flow"] svg { max-width: 100%; height: auto; }
[lang="mermaid"] .node text { font-size: 1rem; }
table tr th { border-bottom-width: 0px; }
video { max-width: 100%; display: block; margin: 0px auto; }
iframe { max-width: 100%; width: 100%; border: none; }
.highlight td, .highlight tr { border: 0px; }
@include-when-export url(https://fonts.loli.net/css?family=Merriweather:900,900italic,300,300italic&subset=latin-ext);
@include-when-export url(https://fonts.loli.net/css?family=Lato:900,300&subset=latin-ext);
:root {
--control-text-color: #777;
}
/**
* forked from pixyll.com
* MIT license
*/
h1,
.h1,
.f1 {
font-size: 2rem;
line-height: 2.5rem;
}
h2,
.h2,
.f2 {
font-size: 1.5rem;
line-height: 2rem;
}
h3,
.h3,
.f3 {
font-size: 1.25rem;
line-height: 1.5rem;
}
p,
.p,
.f4,
h4,
h5,
h6,
dl,
ol,
ul,
pre[cid],
div[cid],
#typora-source {
font-size: 1.125rem;
line-height: 1.5rem;
}
h4 {
font-size: 1.13rem;
}
/*
Pixyll
A simple, beautiful theme for Jekyll that emphasizes content rather than aesthetic fluff.
Best served with BASSCSS (http://jxnblk.github.io/basscss)
Crafted with <3 by John Otander (@4lpine) - ©2015 John Otander MIT License http://opensource.org/licenses/MIT
*/
body {
font-family: "Merriweather", "PT Serif", Georgia, "Times New Roman", "STSong", Serif;
line-height: 1.5rem;
font-weight: 400;
}
#write {
max-width: 914px;
color: #333;
}
img {
width: auto;
max-width: 100%;
}
body {
font-size: 1.5rem;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.ty-table-edit {
background: #ededed;
}
table {
width: 100%;
font-size: 1.125rem;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
padding: 12px;
line-height: 1.2;
vertical-align: top;
border-top: 1px solid #333;
}
table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #333;
}
table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td {
border-top: 0;
}
table > tbody + tbody {
border-top: 2px solid #333;
}
p {
font-weight: 300;
line-height: 1.5;
}
abbr {
border-bottom: 1px black dotted;
cursor: help;
}
pre,
code {
font-family: Menlo, Monaco, "Courier New", monospace;
}
code,
.md-fences {
color: #7a7a7a;
}
.md-fences {
padding: 1.125em;
margin-bottom: 0.88em;
font-size: 1rem;
border: 1px solid #7a7a7a;
padding-bottom: 0.5rem;
padding-top: 0.5rem;
}
blockquote {
padding: 1.33em;
font-style: italic;
border-left: 5px solid #7a7a7a;
color: #555;
}
blockquote em {
color: #000;
}
blockquote footer {
font-size: .85rem;
font-style: normal;
background-color: #fff;
color: #7a7a7a;
border-color: transparent;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
font-family: "Lato", 'Helvetica Neue', Helvetica, sans-serif;
font-weight: bold;
line-height: 1.2;
margin: 1em 0 0.5em;
}
@media screen and (min-width: 48em) {
.h1,
h1 {
font-size: 3.250rem;
}
.h2,
h2 {
font-size: 2.298rem;
}
.h3,
h3 {
font-size: 1.625rem;
}
.h4,
h4 {
font-size: 1.3rem;
}
#write>h4.md-focus:before,
#write>h5.md-focus:before,
#write>h6.md-focus:before{
top: 1px;
}
.p,
p,
li {
font-size: 1.25rem;
line-height: 1.8;
}
table {
font-size: 1.25rem;
}
}
@media (max-width: 48em) {
blockquote {
margin-left: 1rem;
margin-right: 0;
padding: 0.5em;
}
.h1,
h1 {
font-size: 2.827rem;
}
.h2,
h2 {
font-size: 1.999rem;
}
.h3,
h3 {
font-size: 1.413rem;
}
.h4,
h4 {
font-size: 1.3rem;
}
}
@media screen and (min-width: 64em) {
.h1,
h1 {
font-size: 4.498rem;
}
.h2,
h2 {
font-size: 2.29rem;
}
.h3,
h3 {
font-size: 1.9rem;
}
.h4,
h4 {
font-size: 1.591rem;
}
#write>h4.md-focus:before{
top:4px;
}
}
a {
color: #463F5C;
text-decoration: underline;
}
#write {
padding-top: 2rem;
}
#write pre.md-meta-block {
min-height: 35px;
padding: 0.5em 1em;
white-space: pre;
border: 0px;
border-left: 30px #f8f8f8 solid;
border-right: 30px #f8f8f8 solid;
width: 100vw;
max-width: calc(100% + 60px);
margin-left: -30px;
margin-bottom: 2em;
margin-top: -2010px;
padding-top: 2000px;
padding-bottom: 10px;
line-height: 1.5em;
color: #7a7a7a;
background-color: #fafafa;
font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
font-weight: 300;
clear: both;
padding-left: 0;
font-size:1.125rem;
}
.md-image>.md-meta {
color: #463F5C
}
.footnotes {
font-size:1.1rem;
}
.md-tag {
font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
}
.code-tooltip {
background: white;
}
.code-tooltip-content {
font-size: 1.1rem;
}
.task-list{
padding-left: 0;
}
.md-task-list-item {
padding-left:34px;
}
.md-task-list-item > input{
width: 1.25rem;
height: 1.25rem;
display: block;
-webkit-appearance: initial;
top: -0.5rem;
margin-left: -1.6em;
margin-top: calc(1rem - 7px);
border: none;
}
.md-task-list-item > input:focus{
outline: none;
box-shadow: none;
}
.md-task-list-item > input:before{
border: 1px solid #555;
border-radius: 1.5rem;
width: 1.5rem;
height: 1.5rem;
background: #fff;
content: ' ';
transition: background-color 200ms ease-in-out;
display: block;
}
.md-task-list-item > input:checked:before,
.md-task-list-item > input[checked]:before{
background: #333;
border-width: 2px;
display:inline-block;
transition: background-color 200ms ease-in-out;
}
.md-task-list-item > input:checked:after,
.md-task-list-item > input[checked]:after {
opacity: 1;
}
.md-task-list-item > input:after {
opacity: 1;
-webkit-transition: opacity 0.05s ease-in-out;
-moz-transition: opacity 0.05s ease-in-out;
transition: opacity 0.05s ease-in-out;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
position: absolute;
top: 0.4375rem;
left: 0.28125rem;
width: 0.9375rem;
height: 0.5rem;
border: 3px solid #fff;
border-top: 0;
border-right: 0;
content: ' ';
opacity: 0;
}
.md-tag {
color:inherit;
}
.md-toc:focus .md-toc-content{
margin-top: 19px;
}
#typora-sidebar {
font-size:1rem !important;
}
.html-for-mac #typora-sidebar {
background-color:white;
}
.outline-content li, .outline-content ul {
font-size:1rem !important;
}
.outline-title {
line-height: inherit;
margin-top: 10px;
}
.outline-expander {
width: 18px;
}
.outline-expander:before {
content: "+";
font-family: inherit;
color: rgb(108, 108, 108);
font-size: 1.5rem;
top: 0.1rem;
}
.outline-expander:hover:before {
content: "+";
}
.outline-item-open>.outline-item>.outline-expander:before{
content: "-";
}
/** source code mode */
#typora-source {
font-family: Courier, monospace;
color: #6A6A6A;
}
.os-windows #typora-source {
font-family: inherit;
}
.cm-s-typora-default .cm-header,
.cm-s-typora-default .cm-property,
.CodeMirror.cm-s-typora-default div.CodeMirror-cursor {
color: #428bca;
}
.cm-s-typora-default .cm-atom, .cm-s-typora-default .cm-number {
color: #777777;
}
.preference-item-hint {
margin-top: 16px;
}
.md-diagram-panel {
margin-top: 24px;
margin-left: -1.2em;
}
.md-mathjax-midline {
background: #fafafa;
}
.enable-diagrams pre.md-fences[lang="sequence"] .code-tooltip,
.enable-diagrams pre.md-fences[lang="flow"] .code-tooltip,
.enable-diagrams pre.md-fences[lang="mermaid"] .code-tooltip {
bottom: -3.4em;
}
.dropdown-menu .divider {
border-color: #e5e5e5;
}
.typora-export li, .typora-export p, .typora-export, .footnote-line {white-space: normal;}
</style>
</head>
<body class='typora-export' >
<div id='write' class = 'is-mac'><h1><a name="%EC%9D%B4%EB%8D%94%EB%A6%AC%EC%9B%80-%EC%97%B0%EA%B5%AC%ED%9A%8C-6%EA%B8%B0-%EB%AA%A8%EC%A7%91" class="md-header-anchor"></a><span>이더리움 연구회 6기 모집</span></h1><p><span>국내 최대 이더리움 플랫폼 연구 커뮤니티인 이연(이더리움 연구회)에서 6기 활동을 함께 할 회원을 모십니다.</span></p><p><span>이더리움 연구회 소개: </span><a href="https://www.etherstudy.net/" target="_blank"><span>홈페이지</span></a><span>, </span><a href="https://www.devstamp.io/" target="_blank"><span>DevStamp 2018</span></a><span>, </span><a href="https://medium.com/etherstudyresearch" target="_blank"><span>Medium 블로그</span></a><span>, </span><a href="https://www.facebook.com/groups/etherstudy/" target="_blank"><span>페이스북 그룹</span></a></p><p><span>지원 기간: 2019년 6월 27일 ~ 2019년 7월 4일 자정까지</span></p><p><span>활동 기간: 2019년 7월 ~ 2019년 10월</span></p><p><span>6기 이더리움 연구회는 다음 4개 분과로 나누어 활동할 예정입니다. 분과별로 어떤 활동을 진행하는지 확인하세요.</span></p><ul><li><strong><span>이더리움 보안 분과</span></strong><span> </span><a href='#%EC%9D%B4%EB%8D%94%EB%A6%AC%EC%9B%80-%EB%B3%B4%EC%95%88-%EB%B6%84%EA%B3%BC-%EB%AA%A8%EC%A7%91-%EA%B0%9C%EC%9A%94'><span>모집개요 바로가기</span></a></li><li><strong><span>이더리움 기술 리서치 분과</span></strong><span> </span><a href='#%EC%9D%B4%EB%8D%94%EB%A6%AC%EC%9B%80-%EA%B8%B0%EC%88%A0-%EB%A6%AC%EC%84%9C%EC%B9%98-%EB%B6%84%EA%B3%BC-%EB%AA%A8%EC%A7%91-%EA%B0%9C%EC%9A%94'><span>모집개요 바로가기</span></a></li><li><strong><span>BaaF 분과</span></strong><span> </span><a href='#baaf-%EB%B6%84%EA%B3%BC-%EB%AA%A8%EC%A7%91-%EA%B0%9C%EC%9A%94'><span>모집개요 바로가기</span></a></li><li><strong><span>블록체인 거버넌스 분과</span></strong><span> </span><a href='#%EB%B8%94%EB%A1%9D%EC%B2%B4%EC%9D%B8-%EA%B1%B0%EB%B2%84%EB%84%8C%EC%8A%A4-%EB%B6%84%EA%B3%BC-%EB%AA%A8%EC%A7%91-%EA%B0%9C%EC%9A%94'><span>모집개요 바로가기</span></a></li><li><strong><span>이더리움 인터페이스 분과</span></strong><span> </span><a href='#%EC%9D%B4%EB%8D%94%EB%A6%AC%EC%9B%80-%EC%9D%B8%ED%84%B0%ED%8E%98%EC%9D%B4%EC%8A%A4-%EB%B6%84%EA%B3%BC-%EB%AA%A8%EC%A7%91-%EA%B0%9C%EC%9A%94'><span>모집개요 바로가기</span></a></li></ul><p><span>기타 궁금한 점은 </span><a href="mailto:ethereumdeveloper@gmail.com" target="_blank" class="url"><a href='mailto:ethereumdeveloper@gmail.com' target='_blank' class='url'>ethereumdeveloper@gmail.com</a><span>으로</span></a><span> 문의 부탁드립니다.</span></p><p> </p><h2><a name="%EC%9D%B4%EB%8D%94%EB%A6%AC%EC%9B%80-%EB%B3%B4%EC%95%88-%EB%B6%84%EA%B3%BC-%EB%AA%A8%EC%A7%91-%EA%B0%9C%EC%9A%94" class="md-header-anchor"></a><span>이더리움 보안 분과 모집 개요</span></h2><p><span>시큐어 코딩을 공부해 보다 안전한 이더리움 생태계를 위해 노력합니다.</span></p><h3><a name="%EA%B0%9C%EB%B0%9C-%EB%AA%A9%ED%91%9C" class="md-header-anchor"></a><span>개발 목표</span></h3><ul><li><span>보안 관련 개발 및 개선을 통해 이더리움 오픈소스 공동체에 기여</span></li><li><span>이더리움 플랫폼에 대한 이해</span></li><li><span>스마트 컨트랙트 시큐어 코딩에 대한 이해</span></li></ul><h3><a name="%EA%B0%9C%EB%B0%9C-%EB%82%B4%EC%9A%A9" class="md-header-anchor"></a><span>개발 내용</span></h3><p><span>6기에서 진행되는 보안 분과에서는 지난 5기에서 학습한 시큐어 방법론을 바탕으로 실제 도움이 될 수 있는 툴들을 설계, 개발할 예정입니다. 처음에는 지난 5기 회원들이 해킹 사례에 대해 소개하고 ethernaut을 통해 실습하는 과정을 합니다. 이후에는 회원들이 자체적으로, 배포된 스마트 컨트랙트들의 취약점을 대상으로 취약점을 시스템을 구축하거나 오픈소스 분석기 들에 대한 컨트리뷰션을 진행합니다.</span></p><p><span>활동 예시</span></p><ul><li><span>프라이빗키 탈취 가능성 여부 분석기 개발</span></li><li><span>실시간 취약 컨트랙트 탐지</span></li><li><span>EIP 신규 제안</span></li></ul><h3><a name="%EC%A7%80%EC%9B%90-%EC%9E%90%EA%B2%A9" class="md-header-anchor"></a><span>지원 자격</span></h3><ul><li><span>소프트웨어 개발 경험</span></li><li><span>이더리움 연구회 활동에 대한 열의 (2019년 7월부터 10월까지 매주 수요일 오후 7~9시에 모임을 가지며 경우에 따라 추가로 주말에 만날 수 있습니다.)</span></li></ul><h3><a name="%EC%A0%9C%EC%B6%9C-%EC%96%91%EC%8B%9D" class="md-header-anchor"></a><span>제출 양식</span></h3><ul><li><span>이름, 이메일, 전화번호</span></li><li><span>자기 소개 및 개발 경험</span></li><li><span>이더리움 연구회에서 함께 해보고 싶은 작업</span></li><li><span>이더리움 플랫폼 이해 정도 (황서, 책, 블로그, DApp 개발, 이더리움 관련 오픈소스 기여 등)</span></li><li><span>보안 관련 경험의 정도</span></li></ul><p><span>저희가 생각하는 규모가 넘어가면 부득이 모든 지원자를 받을 수 없는 점 미리 양해를 구합니다. 새로 신설되는 분과라 가급적 다양한 배경(개발 분야, 개발 경력, 나이)을 가진 분들이 모일 수 있도록 하여 총 15명 전후로 분과를 꾸릴 계획입니다. 마지막 "이더리움 플랫폼 이해 정도" 항목은 어느 수준을 가정하고 6기를 시작할지 파악하기위한 용도이며 회원 선정 기준이 아닙니다.</span></p><h3><a name="%EC%97%B0%EA%B5%AC-%EC%9D%BC%EC%A0%95" class="md-header-anchor"></a><span>연구 일정</span></h3><figure><table><thead><tr><th><span>주</span></th><th><span>내용</span></th></tr></thead><tbody><tr><td><span>1주차</span></td><td><span>이연 전체 오리엔테이션 / Greeting</span></td></tr><tr><td><span>2주차</span></td><td><span>취약점 사례 발표</span></td></tr><tr><td><span>3주차</span></td><td><span>취약점 사례 발표</span></td></tr><tr><td><span>4주차</span></td><td><span>Ethernau 실습</span></td></tr><tr><td><span>5주차</span></td><td><span>Ethernau 실습</span></td></tr><tr><td><span>6주차</span></td><td><span>개발 주제 선정 및 조편성</span></td></tr><tr><td><span>7주차</span></td><td><span>개발 1</span></td></tr><tr><td><span>8주차</span></td><td><span>개발 2</span></td></tr><tr><td><span>9주차</span></td><td><span>개발 3</span></td></tr><tr><td><span>10주차</span></td><td><span>개발 4</span></td></tr><tr><td><span>11주차</span></td><td><span>개발 5</span></td></tr><tr><td><span>12주차</span></td><td><span>최종 연구 성과물 공유</span></td></tr><tr><td><span>13주차</span></td><td><span>정기발표회 준비</span></td></tr><tr><td><span>14주차</span></td><td><span>정기발표회 최종 리허설</span></td></tr><tr><td><span>15주차</span></td><td><span>이더리움 연구회 정기발표회</span></td></tr></tbody></table></figure><h3><a name="%EC%A0%9C%EC%B6%9C-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0" class="md-header-anchor"></a><span>제출 바로가기</span></h3><p><a href='https://docs.google.com/forms/d/1Viky8WhQ5qvkeTzpSBmgNt7YP_keW9hYxGi65jJ462c/viewform'><span>이더리움 보안 분과 신청서 제출하기</span></a></p><p> </p><h2><a name="%EC%9D%B4%EB%8D%94%EB%A6%AC%EC%9B%80-%EA%B8%B0%EC%88%A0-%EB%A6%AC%EC%84%9C%EC%B9%98-%EB%B6%84%EA%B3%BC-%EB%AA%A8%EC%A7%91-%EA%B0%9C%EC%9A%94" class="md-header-anchor"></a><span>이더리움 기술 리서치 분과 모집 개요</span></h2><h3><a name="%EB%A6%AC%EC%84%9C%EC%B9%98-%EB%AA%A9%ED%91%9C" class="md-header-anchor"></a><span>리서치 목표</span></h3><ol start='' ><li><span>블록체인의 영지식과 프라이버시에 관한 정확한 이해</span></li><li><span>블록체인에서의 Web Assembly 활용</span></li></ol><h3><a name="%EB%A6%AC%EC%84%9C%EC%B9%98-%EB%82%B4%EC%9A%A9" class="md-header-anchor"></a><span>리서치 내용</span></h3><p><span>5기에서는 영지식 증명에 관하여 영지식의 기본부터 ZK-SNARKs 그리고 그 이후 새롭게 등장한 증명들에 관하여 연구하였습니다. 6기에서는 블록체인에서의 프라이버시에 관하여 더 깊은 연구를 진행하고자 합니다. ZK-SNARKs를 이용하는 ZCash부터 Confidential Transaction에 Range Proof를 응용한 Mimble Wimble이나 Monero 등을 살펴볼 예정이며, 이후에는 블록체인에서의 프라이버시 최신트랜드를 알아볼 예정입니다. 또, 차세대 웹과 스마트 컨트랙트 개발에서 주목받고 있는 WebAssembly도 함께 살펴봅니다.</span></p><h3><a name="%EC%A7%80%EC%9B%90-%EC%9E%90%EA%B2%A9" class="md-header-anchor"></a><span>지원 자격</span></h3><ul><li><span>원문으로 된 논문 혹은 아티클을 읽고 이해가 가능하신 분 (참고: </span><a href="http://pmg.csail.mit.edu/papers/osdi99.pdf" target="_blank"><span>pbft (Practical Byzantine Fault Tolerance)</span></a><span>)</span></li><li><span>블록체인 플랫폼에 대한 이해</span></li><li><span>이더리움 연구회 활동에 대한 열의 (격주 모임을 가질 예정이며, 참석을 꼭 하실 수 있으신 분)</span></li></ul><h3><a name="%EC%A0%9C%EC%B6%9C-%EC%96%91%EC%8B%9D" class="md-header-anchor"></a><span>제출 양식</span></h3><ul><li><span>이름, 이메일, 전화번호</span></li><li><span>자기 소개 및 개발 혹은 리서치 경험</span></li></ul><h3><a name="%EC%97%B0%EA%B5%AC-%EC%9D%BC%EC%A0%95" class="md-header-anchor"></a><span>연구 일정</span></h3><figure><table><thead><tr><th><span>주</span></th><th><span>내용</span></th><th> </th></tr></thead><tbody><tr><td><span>1주차</span></td><td><span>이연 전체 오리엔테이션 / Greeting</span></td><td> </td></tr><tr><td><span>2주차</span></td><td><span>ZCash</span></td><td><span>WebAssembly 기초</span></td></tr><tr><td><span>3주차</span></td><td><span>ZCash/ZK-SNARKs</span></td><td><span>WebAssembly 기초</span></td></tr><tr><td><span>4주차</span></td><td><span>Monero</span></td><td><span>WebAssembly 기초</span></td></tr><tr><td><span>5주차</span></td><td><span>Privacy Smart Contract(Hawk,Zether)</span></td><td><span>WebAssembly 기초</span></td></tr><tr><td><span>6주차</span></td><td><span>Privacy Smart Contract (ZEXE, ZkVM)</span></td><td><span>블록체인에서 WebAssembly 사례</span></td></tr><tr><td><span>7주차</span></td><td><span>Privacy Trend(Aztec,MW,Stark etc)</span></td><td><span>블록체인에서 WebAssembly 사례</span></td></tr><tr><td><span>8주차</span></td><td><span>Privacy Trend(Aztec,MW,Stark etc)</span></td><td><span>블록체인에서 WebAssembly 사례</span></td></tr><tr><td><span>9주차</span></td><td><span>Privacy Trend(Aztec,MW,Stark etc)</span></td><td><span>WebAssembly 암호학 라이브러리 사례</span></td></tr><tr><td><span>10주차</span></td><td><span>정기발표회 준비</span></td><td> </td></tr><tr><td><span>11주차</span></td><td><span>이더리움 연구회 정기발표회</span></td><td> </td></tr></tbody></table></figure><h3><a name="%EC%A0%9C%EC%B6%9C-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0" class="md-header-anchor"></a><span>제출 바로가기</span></h3><p><a href='https://docs.google.com/forms/d/1UKX9W3L4Xq7Xh38fZiA-zmgy61Xe6GwYTyPD8hrBB38/viewform'><span>이더리움 기술 리서치 분과 신청서 제출하기</span></a></p><p> </p><h2><a name="baaf-%EB%B6%84%EA%B3%BC-%EB%AA%A8%EC%A7%91-%EA%B0%9C%EC%9A%94" class="md-header-anchor"></a><span>BaaF 분과 모집 개요</span></h2><p><span>BaaS분과 참여하실 분들 의견 수렴하여, 6기때는 BaaF 분과 운영을 하고 자 합니다.</span></p><h3><a name="%EB%B6%84%EA%B3%BC%EB%AA%85" class="md-header-anchor"></a><span>분과명</span></h3><p><span>BaaF (Blockchain as a Finance)</span></p><h3><a name="%EB%AA%A9%ED%91%9C" class="md-header-anchor"></a><span>목표</span></h3><p><span>파이낸스 분야에 활용 가능한 블록체인 솔루션 개발</span></p><h3><a name="%EB%82%B4%EC%9A%A9" class="md-header-anchor"></a><span>내용</span></h3><p><span>향후 파이낸스에서 블록체인 활용에 대한 성장 가능성이 매우 높다. 실제 파이낸스 분야에서 블록체인을 활용한 솔루션들을 검토하고 프로토타이핑 개발까지 총 15주 과정으로 진행한다.</span></p><h3><a name="%EC%BB%A4%EB%A6%AC%ED%81%98%EB%9F%BC" class="md-header-anchor"></a><span>커리큘럼</span></h3><ul><li><span>Finance 블록체인 기술 리서치 6주 (Defi 등)</span></li><li><span>Finance Blockchain PoC 계획 2주</span></li><li><span>PoC 개발 6주</span></li><li><span>산출물 정리 1주</span></li></ul><h3><a name="%EC%A0%9C%EC%B6%9C-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0" class="md-header-anchor"></a><span>제출 바로가기</span></h3><p><a href='https://docs.google.com/forms/d/1VbgSCd6Go1MTWLICtFJNVnrK3OXFmtkm6LzMEPqbXfU/viewform'><span>BaaF 분과 신청서 제출하기</span></a></p><p> </p><h2><a name="%EB%B8%94%EB%A1%9D%EC%B2%B4%EC%9D%B8-%EA%B1%B0%EB%B2%84%EB%84%8C%EC%8A%A4-%EB%B6%84%EA%B3%BC-%EB%AA%A8%EC%A7%91-%EA%B0%9C%EC%9A%94" class="md-header-anchor"></a><span>블록체인 거버넌스 분과 모집 개요</span></h2><h3><a name="%EC%97%B0%EA%B5%AC-%EB%AA%A9%ED%91%9C" class="md-header-anchor"></a><span>연구 목표</span></h3><ul><li><span>블록체인 거버넌스에 대한 이해</span></li><li><span>블록체인 거버넌스 연구 결과를 오픈소스로 기여</span></li></ul><h3><a name="%EC%97%B0%EA%B5%AC-%EB%82%B4%EC%9A%A9" class="md-header-anchor"></a><span>연구 내용</span></h3><p><span>이더리움 연구회 6기 블록체인 거버넌스 분과는 4기-5기의 토큰 이코노미 분과로부터 새로이 시작하는 분과입니다. 4기에는 </span><a href="http://bit.ly/casperffg" target="_blank"><span>Cryptoeconomic Analysis of Casper FFG</span></a><span>라는 주제로 보고서를 공유하였고, 5기에는 </span><a href="http://bit.ly/blockchain-game-governance" target="_blank"><span>블록체인 게임에 적용하는 거버넌스와 크립토이코노믹스</span></a><span>를 주제로 발표하였습니다. 6기에서는 단순한 토큰 이코노미, 크립토이코노믹스를 넘어서, 블록체인 거버넌스를 주제로 연구합니다. 신규 분과원의 수준에 따라서, 크립토이코노믹스의 기본 내용을 대학/대학원의 게임이론/행동경제학 교재 및 관련 논문으로 공부합니다. 기본 내용을 습득한 이후에 블록체인 거버넌스 연구를 진행할 예정입니다.</span></p><h3><a name="%EC%A7%80%EC%9B%90-%EC%9E%90%EA%B2%A9" class="md-header-anchor"></a><span>지원 자격</span></h3><ul><li><span>블록체인 거버넌스에 대한 관심</span></li><li><span>이더리움 연구회 활동에 대한 열의</span></li></ul><h3><a name="%EC%A0%9C%EC%B6%9C-%EC%96%91%EC%8B%9D" class="md-header-anchor"></a><span>제출 양식</span></h3><ul><li><span>이름, 이메일, 전화번호</span></li><li><span>경력 사항 및 블록체인 연구 경험</span></li><li><span>지원 동기 및 블록체인 거버넌스에 대한 관심</span></li><li><span>블록체인 프로젝트에 대한 이해</span></li><li><span>게임이론, 행동경제학에 대한 이해</span></li><li><span>스터디 참석 가능 시간</span></li></ul><h3><a name="%EC%97%B0%EA%B5%AC-%EC%9D%BC%EC%A0%95-%EC%A3%BC-%EB%82%B4%EC%9A%A9" class="md-header-anchor"></a><span>연구 일정 주 내용</span></h3><figure><table><thead><tr><th><span>주</span></th><th><span>내용</span></th></tr></thead><tbody><tr><td><span>1주차</span></td><td><span>이연 전체 오리엔테이션 / Greeting</span></td></tr><tr><td><span>2주차</span></td><td><span>게임이론/행동경제학</span></td></tr><tr><td><span>3주차</span></td><td><span>게임이론/행동경제학</span></td></tr><tr><td><span>4주차</span></td><td><span>게임이론/행동경제학</span></td></tr><tr><td><span>5주차</span></td><td><span>게임이론/행동경제학</span></td></tr><tr><td><span>6주차</span></td><td><span>게임이론/행동경제학 + 블록체인 거버넌스 연구 주제 선정 1차</span></td></tr><tr><td><span>7주차</span></td><td><span>게임이론/행동경제학 + 블록체인 거버넌스 연구 주제 선정 2차</span></td></tr><tr><td><span>8주차</span></td><td><span>게임이론/행동경제학 + 블록체인 거버넌스 연구 주제 확정</span></td></tr><tr><td><span>9주차</span></td><td><span>블록체인 거버넌스</span></td></tr><tr><td><span>10주차</span></td><td><span>블록체인 거버넌스</span></td></tr><tr><td><span>11주차</span></td><td><span>블록체인 거버넌스</span></td></tr><tr><td><span>12주차</span></td><td><span>최종 연구 성과물 공유</span></td></tr><tr><td><span>13주차</span></td><td><span>정기발표회 준비</span></td></tr><tr><td><span>14주차</span></td><td><span>정기발표회 최종 리허설</span></td></tr><tr><td><span>15주차</span></td><td><span>이더리움 연구회 정기발표회</span></td></tr></tbody></table></figure><h3><a name="%EC%A3%BC%EC%9D%98-%EC%82%AC%ED%95%AD" class="md-header-anchor"></a><span>주의 사항</span></h3><ul><li><span>이더리움 연구회의 스터디는 일주일에 한 번씩 모입니다.</span></li><li><span>매주 스터디 리더를 돌아가며 맡습니다.</span></li><li><span>스터디 리더는 해당 주차의 내용을 모두 파악하여 스터디를 책임지고 이끕니다.</span></li><li><span>리더가 아닌 멤버는 해당 주차의 내용을 나누어 공부합니다.</span></li><li><span>멤버는 할당받은 내용을 다른 멤버에게 발표 자료로 설명하도록 책임지고 준비합니다.</span></li><li><span>10주차 이상 모임을 진행하므로, 리더는 1회 이상 맡게 되며 발표는 10회 이상 해야 합니다.</span></li><li><span>분과 모임 이외에도 정기 모임과 정기 워크샵이 진행됩니다.</span></li><li><span>필요에 따라 분과장이 블록체인 거버넌스 기초 교육을 특강의 형태로 제공할 예정입니다.</span></li><li><span>연구 주제가 확정되면 최종 연구 성과물을 위해서 주 1회 모임 외에도 더 자주 만나서 작업할 수도 있습니다. (4기에는 수시로 밤샘 작업을 하였습니다.)</span></li><li><span>초기에 의욕만 가지고 참여하였다가 시간 관계상 거의 참석하지 못한 분이 3분의 1이 넘습니다.</span></li><li><span>연구 활동에 필요한 시간이나 여력이 안 되실 것 같은 분은 다른 분에게 양보해주시기 바랍니다.</span></li><li><span>힘든 여정이지만 의미 있는 연구 결과물을 함께 만들고 싶은 분을 초대합니다.</span></li></ul><h3><a name="%EC%A0%9C%EC%B6%9C-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0" class="md-header-anchor"></a><span>제출 바로가기</span></h3><p><a href='https://forms.gle/swQt9pQSj96aphm26'><span>블록체인 거버넌스 분과 신청서 제출하기</span></a></p><p> </p><h2><a name="%EC%9D%B4%EB%8D%94%EB%A6%AC%EC%9B%80-%EC%9D%B8%ED%84%B0%ED%8E%98%EC%9D%B4%EC%8A%A4-%EB%B6%84%EA%B3%BC-%EB%AA%A8%EC%A7%91-%EA%B0%9C%EC%9A%94" class="md-header-anchor"></a><span>이더리움 인터페이스 분과 모집 개요</span></h2><h3><a name="%EC%97%B0%EA%B5%AC-%EB%AA%A9%ED%91%9C" class="md-header-anchor"></a><span>연구 목표</span></h3><ul><li><span>metamask, 또는 dapper등의 지갑을 이용한 간단한 dID 웹사이트의 개발.</span></li><li><span>해당 웹사이트에서 구동되는 간단하고 기초적인 dApp의 개발.</span></li><li><span>개발과정에서 얻어진 경험으로 EIP제안</span></li></ul><h3><a name="%EC%97%B0%EA%B5%AC-%EB%82%B4%EC%9A%A9" class="md-header-anchor"></a><span>연구 내용</span></h3><ul><li><span>인터페이스 분과는 4기에는 이연지갑/ 안드로이드지갑을, 5기에는 유니버셜 로그인과 UX방법론을 발표 했습니다.</span></li><li><span>이번 분기는 이더리움 싸인 기능을 이용한 간단한 dID인증 웹사이트를 개발하고, 해당 웹사이트에서 작동하는 초보적인 dApp을 개발할 예정에 있습니다. 따라서 전반부는 dID웹사이트의 개발, 후반부는 조를 짜서 dApp개발이 될 예정입니다.</span></li><li><span>진행은 연구 목표에 해당하는 내용에서 주제를 선정하여 나누어서 결과를 발표하며, 해당되는 내용의 실제 적용 사례에 대해 이야기 하는 방식으로 진행할 예정입니다.</span></li><li><span>ex) ERC-20, ERC-721, EIP-865, EIP-1102, ERC-1155, ERC-1654 등</span></li></ul><h3><a name="%EC%A7%80%EC%9B%90-%EC%9E%90%EA%B2%A9" class="md-header-anchor"></a><span>지원 자격</span></h3><ul><li><span>소프트웨어 개발 경험 (프로그래머 / 디자이너 / 기획자 등 전 분야)</span></li><li><span>참여열의 (모임은 매주 예정이며, 발표회 준비를 위해 스터디 후반에는 주말모임이 있을 수도 있습니다)</span></li></ul><h3><a name="%EC%A0%9C%EC%B6%9C-%EC%96%91%EC%8B%9D" class="md-header-anchor"></a><span>제출 양식</span></h3><ul><li><span>이름 / 이메일 / 전화번호</span></li><li><span>자기소개 / 지원동기 / 개발경험 (nodejs, javascript, we3js, solidity 개발 등으로 써주세요)</span></li><li><span>인터페이스 분과에서 함께 해보고 싶은 작업</span></li></ul><h3><a name="%EC%97%B0%EA%B5%AC-%EC%9D%BC%EC%A0%95-%EC%A3%BC-%EB%82%B4%EC%9A%A9" class="md-header-anchor"></a><span>연구 일정 주 내용</span></h3><figure><table><thead><tr><th><span>주</span></th><th><span>내용</span></th></tr></thead><tbody><tr><td><span>1주차</span></td><td><span>이연 전체 오리엔테이션 / Greeting</span></td></tr><tr><td><span>2주차</span></td><td><span>Wallet과 dID 웹사이트 개요설명</span></td></tr><tr><td><span>3주차</span></td><td><span>Wallet과 dID 웹사이트 / erc20 / erc721 / eip865</span></td></tr><tr><td><span>4주차</span></td><td><span>Wallet과 dID 웹사이트 / erc20 / erc721 / eip865</span></td></tr><tr><td><span>5주차</span></td><td><span>중간성과물 공유 및 개발 조 편성</span></td></tr><tr><td><span>6주차</span></td><td><span>개발 1</span></td></tr><tr><td><span>7주차</span></td><td><span>개발 2</span></td></tr><tr><td><span>8주차</span></td><td><span>개발 3</span></td></tr><tr><td><span>9주차</span></td><td><span>개발 4</span></td></tr><tr><td><span>10주차</span></td><td><span>개발 5</span></td></tr><tr><td><span>11주차</span></td><td><span>개발 6</span></td></tr><tr><td><span>12주차</span></td><td><span>최종 성과물 공유</span></td></tr><tr><td><span>13주차</span></td><td><span>정기발표회 준비</span></td></tr><tr><td><span>14주차</span></td><td><span>정기발표회 최종 리허설</span></td></tr><tr><td><span>15주차</span></td><td><span>이더리움 연구회 정기 발표</span></td></tr></tbody></table></figure><h3><a name="%EC%A0%9C%EC%B6%9C-%EB%B0%94%EB%A1%9C%EA%B0%80%EA%B8%B0" class="md-header-anchor"></a><span>제출 바로가기</span></h3><p><a href='https://docs.google.com/forms/d/1FVuN8IcMshbKunfNjZBXZiouoSfMPvFkQTRbAeOLieI/edit'><span>이더리움 인터페이스 분과 신청서 제출하기</span></a></p><p> </p><p> </p></div>
</body>
</html>