-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathproposal.en.html
399 lines (383 loc) · 16 KB
/
proposal.en.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
<!DOCTYPE HTML>
<!--
Hyperbolic by Pixelarity
pixelarity.com | [email protected]
License: pixelarity.com/license
-->
<html lang="en-US">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131452835-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-131452835-1');
</script>
<title>Ethcon Korea 2019 Proposal form</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta property="og:image" content="https://ethcon.kr/images/cover.jpg" />
<meta name="description" content="Community-driven Ethereum developer conference by Ethereans in Korea" />
<meta name="keywords" content="Ethcon, Ethereum, Developer, Decentralization, Conference, Korea" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" href="favicon.ico">
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<section id="header" class="pad">
<!-- Logo -->
<a href="index.en.html" class="logo"><strong>이드콘 한국</strong> ethcon korea</a>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="proposal.en.html">Proposal</a></li>
<li><a href="https://festa.io/events/250?fbclid=IwAR0y2s5usjv2quJig4tSW7dW7vhtEGfHv6IMqDPs7qx1WQVUsnDHJf3WXN8" target="_blank">Ticket</a></li>
<li><a href="sponsor.en.html">Sponsorship</a></li>
<li><a href="contributors.en.html">Contributors</a></li>
<li>
<a href="#" class="icon fa-angle-down">My Ethcon</a>
<ul>
<li><a onclick="return alert('Work in progress.')" href="#">My ticket</a></li>
<!--
<li><a href="#">Option Two</a></li>
<li><a href="#">Option Three</a></li>
<li>
<a href="#">Submenu</a>
<ul>
<li><a href="#">Option One</a></li>
<li><a href="#">Option Two</a></li>
<li><a href="#">Option Three</a></li>
<li><a href="#">Option Four</a></li>
</ul>
</li>
-->
</ul>
</li>
<li>
<a href="#" class="icon fa-angle-down">Language</a>
<ul>
<li><a href="index.html" onClick="setLanguage('koreanVersion')"><img class="languageImage" src="images/kr.png"/>Korean</a></li>
<li><a href="index.en.html" onClick="setLanguage('englishVersion')"><img class="languageImage" src="images/us.png"/>English</a></li>
</ul>
</li>
</ul>
</nav>
</section>
<!-- Section -->
<section class="wrapper style1">
<div class="inner">
<header class="major special">
<h1>Apply for Presentation in Ethcon</h1>
<p>We are currently receiving applications from those who want to make a presentation on the following topics until April 21st. Do not hesitate to submit your presentation on various topics related to Ethereum development. For example, developing a small-scale Dapp that anyone can try.
</p>
<p>In particular, Ethcon supports ‘Mo-gak-co’ where people can organize a study group or code together (or on their own). If you found it hard to try despite your interest in a certain field of Ethereum or just developing Ethereum in general, please refer to <a onclick="return alert('Work in progress.')" href="#">Ethcon Study Group</a>.
</p>
</header>
</div>
</section>
<section class="wrapper style1">
<div class="inner">
<header class="major special">
<h2>Categories & examples</h2>
<ul class="alt">
<li>Ethereum layer 1</li>
<li>Swarm & Whisper</li>
<li>DApp development tools and methodologies</li>
<li>Ethereum 2.0</li>
<li>Layer 2 solutions</li>
<li>Crypto games</li>
<li>Wallets & De-fi</li>
<li>Useful DApps</li>
<li>Interchain</li>
<li>IoT</li>
<li>Big data analysis and blockchain</li>
<li>Privacy and Identity</li>
<li>UI/UX</li>
<li>Security</li>
<li>Cryptoeconomics</li>
<li>Cryptography</li>
<li>Enterprises</li>
<li>Communities</li>
<li>Etck</li>
</ul>
</header>
</div>
</section>
<!--
<section class="wrapper style1">
<div class="inner">
<header class="major special">
<h2>주제별 예시</h2>
</header>
<h3>이더리움 코어와 블록체인 펀더멘털에 관련된 주제</h3>
<ul>
<li>
블록체인의 기본개념을 Python 코드로 직접 간단한 블록체인 코딩을 통해 이해 해보기(초급)
<a href="http://adilmoujahid.com/posts/2018/03/intro-blockchain-bitcoin-python/">예시</a>
</li>
<li>이더리움 EVM과 Opcodes 이해하기 (중급)</li>
<li>이더리움 프로토콜 implementation 경험기</li>
<li>Go, Parity, Python, Java 언어별 이더리움 프로토콜 구현기</li>
<li>이더리움 signature와 트랜잭션에 대한 이해
<a href="https://hackernoon.com/a-closer-look-at-ethereum-signatures-5784c14abecc">예시 1</a>
<a href="https://medium.com/blockchannel/life-cycle-of-an-ethereum-transaction-e5c66bae0f6e">예시 2</a>
</li>
</ul>
<hr/>
<h3>Dapp 개발툴및 방법론</h3>
<ul>
<li>Dapp 기본개념과 개발과정 소개<a href="http://www.dappuniversity.com/articles/the-ultimate-ethereum-dapp-tutorial">예시</a></li>
<li>솔리디티 프로그래밍 팁</li>
<li>Ganache & Truffle 활용예제</li>
<li>Drizzle & Reactive Native 예제 <a href="https://truffleframework.com/tutorials/drizzle-and-react-native">예시</a></li>
<li>Upgradable 스마트컨트랙트<a href="https://medium.com/haechi-labs/uscf-시리즈-3-4-어떻게-스마트-컨트랙트를-업그레이드-가능하도록-바꿀-수-있는가-6512905b2399">예시</a></li>
<li>스마트컨트랙트 디버깅과 테스트 방법론</li>
<li>스마트컨트랙 보안, 오딧, formal verification</li>
<li>Vyper 소개와 예제</li>
</ul>
<hr/>
<h3>Swarm & Whisper 활용사례</h3>
<ul>
<li>Swarm 개념 소개와 활용 예제</li>
<li>Whisper 개념 소개와 활용 예제</li>
<li>Postal Service over Swarm (PSS) 분석기</li>
</ul>
<hr/>
<h3>이더리움 2.0과 레이어-2 솔루션</h3>
<ul>
<li>이더리움 2.0 개발 로드맵</li>
<li>Beacon Chain 구조와 스펙분석</li>
<li>VDF를 비롯한 랜덤 알고리즘 분석</li>
<li>PoS와 Sharding 관련한 분석</li>
<li>BLS signature</li>
<li>eWASM</li>
<li>P2P 네트워킹 알고리듬</li>
<li>State Channel</li>
<li>Plasma / Side Channel 솔루션과 사례들</li>
</ul>
<hr/>
<h3>게임</h3>
<ul>
<li>이더리움 기반 게임 플랫폼 사례</li>
<li>모바일/웹 게임 개발 방법론</li>
<li>모바일/웹 게임 사례</li>
<li>SDK 인테그레이션</li>
</ul>
<hr/>
<h3>지갑및 금융 어플리케이션</h3>
<ul>
<li>암호화폐 지갑의 유형분석</li>
<li>암호화폐 지갑의 보안과 사용자 편의성 향상 사례 분석</li>
<li>스테이트 채널/플라즈마 체인등을 활용한 지불시스템 분석</li>
<li>스테이블 코인 구현 로직과 사례들</li>
<li>DEX 또는 하이브리드 익스체인지 사례</li>
<li>커스터디, OTC 등 다양한 금융 어플리케이션 사례 분석</li>
</ul>
<hr/>
<h3>Dapp 활용</h3>
<ul>
<li>소셜 네트워크및 미디어 관련</li>
<li>건강과 의료 관련</li>
<li>에너지</li>
<li>정치, 선거, 여론</li>
<li>행정</li>
<li>물류및 무역</li>
<li>기부</li>
<li>조직 거버넌스</li>
</ul>
<hr/>
<h3>인터체인</h3>
<ul>
<li>인터체인 솔루션 리뷰및 분석</li>
<li>인터체인 솔루션을 활용한 예제</li>
<li>인터체인과 엔터프라이즈 솔루션</li>
</ul>
<hr/>
<h3>IoT 및 빅데이터 분석</h3>
<ul>
<li>IoT의 디바이스 인증과 보안관련 활용 사례</li>
<li>IoT 관련 시스템 사례</li>
<li>빅데이터 분석 활용사례</li>
</ul>
<hr/>
<h3>Privacy 및 Identity</h3>
<ul>
<li>프라이버시 보호를 위한 솔루션 분석</li>
<li>블록체인상의 identity 솔루션 분석</li>
<li>GDPR 과 data privacy</li>
</ul>
<hr/>
<h3>UI & UX</h3>
<ul>
<li>기존 dapp의 UI/UX 문제 분석</li>
<li>사례 분석을 통한 개선 방안</li>
<li>암호경제학의 활용</li>
</ul>
<hr/>
<h3>보안</h3>
<ul>
<li>Dapp 보안 취약점 분석</li>
<li>보안 취약점 발견을 위한 팁</li>
<li>오딧 프로세스와 사례 분석</li>
<li>Formal verification 사례</li>
<li>보안 관련 솔루션 소개</li>
</ul>
<hr/>
<h3>암호학과 블록체인</h3>
<ul>
<li>영지식증명을 활용한 Scailing, Privacy 솔루션 사례</li>
<li>Multy party computation 을 활용한 키관리, Privacy 솔루션 사례</li>
<li>최근의 암호학 연구의 성과를 블록체인 솔루션에 활용하고자 하는 여러가지 시도들에 대한 소개와 사례 분석</li>
</ul>
<hr/>
<h3>암호경제학과 메커니즘 디자인</h3>
<ul>
<li>암호경제학에 대한 소개</li>
<li>암호경제학을 활용한 문제 해결의 예제</li>
<li>Dapp 설계와 암호경제학</li>
<li>암호경제학 방법론 분석</li>
</ul>
<hr/>
<h3>커뮤니티</h3>
<ul>
<li>이더리움 개발자 커뮤니티 활성화를 위한 제언</li>
<li>커뮤니티 운영 사례와 팁</li>
<li>한국 오픈소스 개발 생태계와의 접목</li>
<li>이더리움 개발자 교육 프로그램 소개와 팁</li>
</ul>
<hr/>
<h3>기타</h3>
<ul>
<li>이더리움과 직간접적으로 관련된 기타 다른 주제</li>
<li>다른 메인넷을 기반으로 한 솔루션이더라도, 이더리움 커뮤니티에 공유되어 도움이 될만한 주제도 가능</li>
</ul>
<a onclick="return alert('준비중입니다')" href="#" class="button primary wide">발표준비 같이 할 사람 찾아보기</a>
</div>
</section>
-->
<!-- Section -->
<section class="wrapper style1" id="committee">
<div class="inner">
<header class="major special">
<h2>Submit proposal</h2>
<!--<p></p>-->
</header>
<div class="row">
<div class="col-12 col-12-small">
<form action="https://formspree.io/[email protected]" method="POST">
<div class="row gtr-uniform gtr-50">
<div class="col-12">
<label>Title</label>
<input type="text" name="제목" id="title" required placeholder="ex) Developing a truffle plugin for etherscan code verification"/>
</div>
<div class="col-12">
<label>Category</label>
<input type="text" name="주제" id="category" required placeholder="ex) Layer 2"></div>
<div class="col-12">
<label>Presentation type</label>
</div>
<div class="col-3 col-12-small">
<input type="radio" id="type-dev-record" name="유형" checked value="개발기">
<label for="type-dev-record">Experience sharing</label>
</div>
<div class="col-3 col-12-small">
<input type="radio" id="type-deep-dive" name="유형" value="딥다이브">
<label for="type-deep-dive">Deep dive</label>
</div>
<div class="col-3 col-12-small">
<input type="radio" id="type-tutorial" name="유형" value="튜토리얼">
<label for="type-tutorial">Tutorial</label>
</div>
<div class="col-3 col-12-small">
<input type="radio" id="type-etc" name="유형" value="기타">
<label for="type-etc">Etc</label>
</div>
<div class="col-12">
<label>Brief description</label>
<textarea name="설명" id="description" placeholder="" rows="4"></textarea>
</div>
<div class="col-12">
<label>Difficulty of the presentation</label>
</div>
<div class="col-4 col-12-small">
<input type="radio" id="difficulty-low" name="난이도" value="초급" checked>
<label for="difficulty-low">Beginner</label>
</div>
<div class="col-4 col-12-small">
<input type="radio" id="difficulty-normal" name="난이도" value="중급">
<label for="difficulty-normal">Intermediate</label>
</div>
<div class="col-4 col-12-small">
<input type="radio" id="difficulty-high" name="난이도" value="고급">
<label for="difficulty-high">Advanced</label>
</div>
<div class="col-12">
<label>Outline of your presentation</label>
<textarea name="발표 아웃라인" id="outline" placeholder="ex) Simnple outline for your presentation like below
1. What is code flattening?
2. What is truffle plugin?
3. Truffle plugin APIs
4. What I tried to implement
5. Test codes
6. Deployment & demo" rows="6"></textarea>
</div>
<div class="col-12">
<label>Project repository(optional)</label>
<input type="text" name="레포지토리" id="repository" placeholder=""></div>
<div class="col-12">
<label>Ethereum address or ENS(optional / for ERC721)</label>
<input type="text" name="이더리움 주소" id="ethereumaddress" placeholder=""></div>
<div>
<hr/>
Personal information below will not be used for the screening process
</div>
<div class="col-12">
<label>Name</label>
<input type="text" name="이름" id="name" required placeholder=""></div>
<div class="col-12">
<label>Email</label>
<input type="text" name="이메일" id="email" required placeholder=""></div>
<div class="col-12">
<label>Organization</label>
<input type="text" name="소속" id="position" required placeholder=""></div>
<ul class="actions">
<li><input type="submit" value="Submit"></li>
</ul>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section id="footer">
<!--
<ul class="icons">
<li><a href="#" class="icon alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon alt fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon alt fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon alt fa-envelope-o"><span class="label">Email</span></a></li>
<li><a href="#" class="icon alt fa-phone"><span class="label">Phone</span></a></li>
</ul>
-->
<p class="copyright">
Driven by Korean Ethereum Developer Community
</p>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.cookie.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>