-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
420 lines (375 loc) Β· 12.7 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<title>reveal.js</title>
<link rel="stylesheet" href="dist/reset.css" />
<link rel="stylesheet" href="dist/reveal.css" />
<link rel="stylesheet" href="dist/theme/black.css" />
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css" />
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h1>Blockchain designed front-end</h1>
</section>
<section>
<h2>*transition graph web1 - web2 - web3*</h2>
</section>
<section>
<img src="https://jsdzem.pl/wp-content/uploads/2022/09/what-do-i-do.jpeg" />
</section>
<section>*sketch of front-end UI*</section>
<section>
<!-- How did I get into web3? -->
<video data-autoplay src="https://jsdzem.pl/wp-content/uploads/2022/09/how-did-i-get-to-wb3.mp4"></video>
</section>
<section>
<h2>Disclaimer</h2>
<ul>
<li>My stack β is not the only right stack</li>
<li>No smart contract coding, no Solidity language</li>
<li>EVM compatible chains</li>
</ul>
</section>
<section>
<h2>Why blockchain?</h2>
<ul>
<li>Provides ownership out of the box</li>
<li>Ready to use platform</li>
<li>Open Source</li>
</ul>
</section>
<section>
<div class="r-stack">
<img src="https://jsdzem.pl/wp-content/uploads/2022/09/connect-wallet-button-not-highlighted.png" />
<img class="fragment" src="https://jsdzem.pl/wp-content/uploads/2022/09/connect-wallet-button.png" />
</div>
</section>
<section>
<p>web2 β‘οΈ backend</p>
<p>web3 β‘οΈ blockchain</p>
</section>
<section>
<h2><span>a</span> node</h2>
<h3>β node.js</h3>
</section>
<section>
<h3>Node providers</h3>
<div style="display: flex">
<div>
<a href="https://infura.io/" target="_blank">Infura</a>
<img
data-src="https://jsdzem.pl/wp-content/uploads/2022/06/infura.png"
alt="Infura"
/>
</div>
<div>
<a href="https://www.alchemy.com/" target="_blank">Alchemy</a>
<img
data-src="https://jsdzem.pl/wp-content/uploads/2022/06/alchemy.png"
alt="Alchemy"
/>
</div>
</div>
</section>
<section>
<ul>
<li>β
read</li>
<li class="fragment">β
write π</li>
<li class="fragment">β update</li>
<li class="fragment">β delete</li>
</ul>
</section>
<section>
<table>
<tr>
<td>web2</td>
<td>web3</td>
</tr>
<tr>
<td>
<div class="r-stack">
<div>π₯</div>
<div class="fragment">π₯Ή</div>
<div class="fragment">π</div>
</div>
</td>
<td>π</td>
</tr>
<tr>
<td colspan="2" class="fragment" style="text-align: center">
π€
</td>
</tr>
</table>
</section>
<section>
<p>0x5981ac4718e35aE03F5533290eD204a767148450</p>
</section>
<section>
<h2 style="display: flex; justify-content: center">
A
<span class="r-stack">
<span class="fragment fade-out" data-fragment-index="1">P</span>
<span class="fragment" data-fragment-index="1">B</span>
</span>
I
</h2>
<div class="r-stack">
<p
style="display: flex; justify-content: center"
class="fragment fade-out"
data-fragment-index="2"
>
<span class="fragment fade-out" data-fragment-index="2"
>application </span
>
<span class="r-stack">
<span class="fragment fade-out" data-fragment-index="1"
>programming</span
>
<span class="fragment" data-fragment-index="1">binary</span>
<span class="fragment" data-fragment-index="2">schema</span>
</span>
<span class="fragment fade-out" data-fragment-index="2"
> interface</span
>
</p>
<p class="fragment" data-fragment-index="2">schema</p>
</div>
</section>
<section>
<div style="max-height: 65vh; overflow: scroll">
<script src="https://gist.github.com/veox/8800debbf56e24718f9f483e1e40c35c.js"></script>
</div>
</section>
<section>
<img src="https://jsdzem.pl/wp-content/uploads/2022/09/web3-js.png" />
<img class="fragment" src="https://jsdzem.pl/wp-content/uploads/2022/09/ethers-js.png" />
</section>
<section>
<pre><code data-trim data-line-numbers="1|2|3|4|5">
const provider = new ethers.providers.Web3Provider(window.ethereum);
await provider.send("eth_requestAccounts", []);
const signer = provider.getSigner();
const contract = new ethers.Contract(address, abi, provider);
await contract.name()
</code></pre>
</section>
<section>
<h2>Reading from blockchain</h2>
<ul>
<li>reading stands for getting something</li>
<li>free π you don't pay ETH for gas</li>
<li>no wallet required, shared node is enough</li>
<li>
<code>() β Promise<Result></code>
</li>
<li>no event emitted</li>
</ul>
</section>
<section>
<h2>Writing to blockchain</h2>
<ul>
<li>writing stands for setting something</li>
<li>cost you to pay for gas</li>
<li>connected wallet required</li>
<li>
<code>
() β Promise<{ wait: () β Promise<Receipt> }>
</code>
</li>
<li>can emit events</li>
</ul>
</section>
<section>
<h2>MetaMask</h2>
<p>*browser plugin screenshot*</p>
</section>
<section>
<div style="display: flex; justify-content: space-between">
<p>wallet ==</p>
<div style="text-align: right">
<p class="fragment">identity</p>
<p class="fragment">account</p>
<p class="fragment">owner of tokens</p>
<p class="fragment">values</p>
</div>
</div>
</section>
<section>
<h2>Challenges for front-end devs</h2>
</section>
<section>
<p>*some weird calculations in JavaScript π
*</p>
</section>
<section>
<p>*cals code and result - side by side*</p>
</section>
<section>
<p>*issue with primitive obsession - code*</p>
</section>
<section>
<h2>Real time UI</h2>
</section>
<section>
<h2>The old way</h2>
<ul>
<li class="fragment">refresh data in relevant interval</li>
<li class="fragment">
update when transaction transaction affected your data
</li>
<li class="fragment">filter redundant calls</li>
<li class="fragment">manage priority</li>
</ul>
</section>
<section>
<div>
<div>
<span>π¦</span>
<span class="fragment">π¦</span>
<span class="fragment">π¦</span>
<span class="fragment">π¦</span>
<span class="fragment">π¦</span>
</div>
<div>
<span>π</span>
</div>
</div>
</section>
<section>
<table>
<tr>
<td>UI</td>
<td>data</td>
<td>events</td>
</tr>
<tr>
<td>React</td>
<td>Redux</td>
<td>RxJS</td>
</tr>
<tr>
<td colspan="3" style="text-align: center">useDapp</td>
</tr>
</table>
</section>
<section>
<p>
<span>Multicall</span>
<span class="fragment">+ block change detecting</span>
<span class="fragment">= real time UI</span>
</p>
</section>
<section>
Testing
<p>What do we want to test?</p>
</section>
<section>
<div class="r-stack">
<img
data-fragment-index="0"
class="fragment fade-in-then-semi-out"
src="https://jsdzem.pl/wp-content/uploads/2022/09/test-testpyramid.png"
alt="test pyramid"
/>
<div class="fragment fade-out" data-fragment-index="4">
<br />
<p class="fragment" data-fragment-index="3">E2E</p>
<br />
<p class="fragment" data-fragment-index="2">integration</p>
<br />
<p class="fragment" data-fragment-index="1">unit</p>
</div>
<div class="fragment" data-fragment-index="4">
<br />
<p
class="fragment"
data-fragment-index="12"
style="margin-bottom: 6%"
>
<span
class="fragment fade-out"
data-fragment-index="14"
>
Run in real browser
<span class="fragment" data-fragment-index="13">
with real wallet
</span>
</span>
</p>
<p class="fragment" data-fragment-index="7">
<span
style="display: flex; flex-direction: column"
class="fragment fade-out"
data-fragment-index="11"
>
<span class="fragment" data-fragment-index="8"
>what parts involved?</span
>
<span class="fragment" data-fragment-index="9"
>local blockchain instance (Geth, Ganache)</span
>
<span class="fragment" data-fragment-index="10"
>facade for all blockchain related communication</span
>
</span>
</p>
<p
style="display: flex; justify-content: center; margin-top: 6%"
class="fragment fade-out"
data-fragment-index="7"
>
<span class="r-stack">
<span class="fragment" data-fragment-index="4"
>smart contracts</span
>
<span class="fragment" data-fragment-index="5">β</span>
</span>
<span class="fragment" data-fragment-index="6"
> components</span
>
</p>
</div>
<div class="fragment" data-fragment-index="15">
<br/>
<p>Cypress + MetaMask = Synpress</p>
<br/>
<p>@testing-library</p>
<br/>
<p>@testing-library</p>
</div>
</div>
</section>
<section>
<p>video with Synpress running</p>
</section>
<section>
Environments
<img class="fragment" data-src="https://jsdzem.pl/wp-content/uploads/2022/06/environments.png" alt="Environments" />
</section>
</div>
</div>
<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [RevealMarkdown, RevealHighlight, RevealNotes],
});
</script>
</body>
</html>