This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 160
/
trufflecon2020.html
829 lines (729 loc) · 40.8 KB
/
trufflecon2020.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
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
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
<!DOCTYPE html>
<html>
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WHT4PS2');</script>
<!-- End Google Tag Manager -->
<!-- HubSpot Forms -->
<!--[if lte IE 8]>
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2-legacy.js"></script>
<![endif]-->
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"></script> <!-- Start of HubSpot Embed Code -->
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/4795067.js"></script>
<!-- End of HubSpot Embed Code -->
<meta charset="utf-8">
<meta name="description" content="For Truffle users, blockchain developers and those building the future with decentralized applications (dapps) and smart contracts on decentralized digital ledgers such as Ethereum.">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="environment" content="">
<!-- Favicon -->
<link rel="icon" href="/img/favicons/favicon.ico">
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Truffle Suite">
<link rel="icon" sizes="192x192" href="/img/favicons/chrome-touch-icon-192x192.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Truffle Suite">
<link rel="apple-touch-icon" href="/img/favicons/apple-touch-icon.png">
<!-- Tile icon for Win8/10 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="img/favicons/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF">
<!-- Facebook OpenGraph -->
<meta property="og:site_name" content="Truffle Suite" />
<meta property="og:description" content="For Truffle users, blockchain developers and those building the future with decentralized applications (dapps) and smart contracts on decentralized digital ledgers such as Ethereum." />
<meta property="og:title" content="TruffleCon 2020 | Truffle Suite" />
<meta property="og:url" content="https://trufflesuite.com/trufflecon2020" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://truffleframework.com/img/favicons/truffle-share.png" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="Truffle Suite" />
<meta name="twitter:title" content="TruffleCon 2020 | Truffle Suite" />
<meta name="twitter:description" content="For Truffle users, blockchain developers and those building the future with decentralized applications (dapps) and smart contracts on decentralized digital ledgers such as Ethereum." />
<meta name="twitter:creator" content="Truffle Suite" />
<meta name="twitter:domain" content="trufflesuite.com" />
<meta name="twitter:image:src" content="https://truffleframework.com/img/favicons/truffle-share.png" />
<meta name="google-site-verification" content="BSgPkMHzw7IxJTpEElNfD8ZZYPzXgOQiTVPzAxAG8-o" />
<title>TruffleCon 2020 | Truffle Suite</title>
<link href="https://fonts.googleapis.com/css?family=Grand+Hotel|Open+Sans|Oswald|Varela+Round|Roboto+Condensed|Roboto+Mono|Cinzel" rel="stylesheet">
<link rel="stylesheet" href="https://use.typekit.net/okj1vue.css">
<script src="https://kit.fontawesome.com/371f2d7a8a.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="/css/index.css?cache_buster=1623735132237">
<!-- start Mixpanel --><!--<script type="text/javascript">(function(c,a){if(!a.__SV){var b=window;try{var d,m,j,k=b.location,f=k.hash;d=function(a,b){return(m=a.match(RegExp(b+"=([^&]*)")))?m[1]:null};f&&d(f,"state")&&(j=JSON.parse(decodeURIComponent(d(f,"state"))),"mpeditor"===j.action&&(b.sessionStorage.setItem("_mpcehash",f),history.replaceState(j.desiredHash||"",c.title,k.pathname+k.search)))}catch(n){}var l,h;window.mixpanel=a;a._i=[];a.init=function(b,d,g){function c(b,i){var a=i.split(".");2==a.length&&(b=b[a[0]],i=a[1]);b[i]=function(){b.push([i].concat(Array.prototype.slice.call(arguments,
0)))}}var e=a;"undefined"!==typeof g?e=a[g]=[]:g="mixpanel";e.people=e.people||[];e.toString=function(b){var a="mixpanel";"mixpanel"!==g&&(a+="."+g);b||(a+=" (stub)");return a};e.people.toString=function(){return e.toString(1)+".people (stub)"};l="disable time_event track track_pageview track_links track_forms track_with_groups add_group set_group remove_group register register_once alias unregister identify name_tag set_config reset opt_in_tracking opt_out_tracking has_opted_in_tracking has_opted_out_tracking clear_opt_in_out_tracking people.set people.set_once people.unset people.increment people.append people.union people.track_charge people.clear_charges people.delete_user people.remove".split(" ");
for(h=0;h<l.length;h++)c(e,l[h]);var f="set set_once union unset remove delete".split(" ");e.get_group=function(){function a(c){b[c]=function(){call2_args=arguments;call2=[c].concat(Array.prototype.slice.call(call2_args,0));e.push([d,call2])}}for(var b={},d=["get_group"].concat(Array.prototype.slice.call(arguments,0)),c=0;c<f.length;c++)a(f[c]);return b};a._i.push([b,d,g])};a.__SV=1.2;b=c.createElement("script");b.type="text/javascript";b.async=!0;b.src="undefined"!==typeof MIXPANEL_CUSTOM_LIB_URL?
MIXPANEL_CUSTOM_LIB_URL:"file:"===c.location.protocol&&"//cdn4.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^\/\//)?"https://cdn4.mxpnl.com/libs/mixpanel-2-latest.min.js":"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js";d=c.getElementsByTagName("script")[0];d.parentNode.insertBefore(b,d)}})(document,window.mixpanel||[]);
let devPort = '9000';
let devToken = 'ef061cba76a9bbc41219d6382fc12f23';
let prodToken = 'Production Token';
//If the hostname is anything other than your production domain, initialize the Mixpanel library with your Development Token
if (window.location.port.search(devPort) < 0) {
mixpanel.init(prodToken);
} else {
mixpanel.init(devToken);
}
</script>--><!-- end Mixpanel --></head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WHT4PS2"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<nav class="navbar navbar-expand-md navbar-dark fixed-top" id="primaryNav">
<a class="navbar-brand current" href="/">
<img class="suite-logo" src="/img/truffle-logomark.svg" alt="Truffle Logo" /><span class="d-none d-lg-block">TRUFFLE SUITE</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="suiteDropdown" href="#" data-toggle="dropdown">SUITE</a>
<div class="dropdown-menu">
<a class="text-truffle" href="/teams">
<img class="suite-logo" src="/img/tt-logomark.svg" alt="Truffle Teams Logo" /><span class="narrow">T</span>RUFFLE TEAMS
</a>
<a class="text-truffle" href="/truffle">
<img class="suite-logo" src="/img/truffle-logomark.svg" alt="Truffle Logo" /><span class="narrow">T</span>RUFFLE
</a>
<a class="text-ganache" href="/ganache">
<img class="suite-logo" src="/img/ganache-logomark.svg" alt="Ganache Logo" />Ganache
</a>
<a class="text-drizzle" href="/drizzle">
<img class="suite-logo" src="/img/drizzle-logomark.svg" alt="Drizzle Logo" />dri<span class="drizzle-z-skew-1">z</span><span class="drizzle-z-skew-2">z</span>le
</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/docs">DOCS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/guides">GUIDES</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/tutorial">TUTORIAL</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/boxes">BOXES</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/blog">BLOG</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/community">COMMUNITY</a>
</li>
</ul>
</div>
</nav>
<main role="main" class="trufflecon-content" class="mt-2 mb-2" style="position: relative;">
<div class="container-heading trufflecon-heading banner-light-purple">
<div class="row align-items-center">
<div class="col text-center">
<p class="alert alert-white-inv d-inline-block"><strong>TruffleCon 2020 was a blast!</strong> The conference is now over, but don't worry! You can <a class="color-truffle" href="https://www.youtube.com/playlist?list=PLVGaL7nFtvpBSgB_EJNZlgonByturk4hl" target="_blank"><u>watch the talks on YouTube here</u></a>.</p>
<h1 class="mt-4">TRUFFLEC<img src="/img/truffle-logomark.svg" alt="Truffle Logo" /><span>O</span>N</h1>
<div class="mt-4"></div>
<h3 style="color: #3fe0c5">VIRTUAL BLOCKCHAIN DEVELOPER CONFERENCE</h3>
<h3 style="color: #ffffff">NOVEMBER 6th & 7th, 2020</h3>
</div>
</div>
</div>
</main>
<main class="banner banner-tcon-2020">
<div class="container pt-5">
<div class="row text-center">
<div class="col-md-12">
<h2>Grow with the Blockchain Community</h2>
</div>
<div class="col-md-12">
<p>Join us for 2 days of talks and workshops with topics ranging from DeFi and Developer Tools to User Experience and Blockchain for Social Good. There is something for everyone from beginners to experts.</p>
</div>
<div class="col-12 pt-4 text-center">
<a class="btn btn-lg btn-truffle" href="https://www.youtube.com/playlist?list=PLVGaL7nFtvpBSgB_EJNZlgonByturk4hl" target="_blank"><i class="fab fa-youtube"></i> Watch the Talks on YouTube!</a>
</div>
</div>
</div>
</main>
<main class="banner banner-tcon-2020">
<div class="container pb-5">
<div class="mt-6 mb-4 mx-auto" style="text-align: center;">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="560" height="315" src="https://www.youtube.com/embed/bXn4Y-YSWQA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</main>
<main class="banner banner-trufflecon-poker">
<div class="container pt-4 pb-3">
<div class="row align-items-center justify-content-center">
<div class="col-10 col-sm-8 col-md-5 text-center">
<img src="/img/trufflecon/poker-logo.svg" class="img-fluid" alt="TruffleCon 2020 Charity Poker" />
</div>
</div>
</div>
</main>
<main class="banner banner-green">
<div class="container pt-5 pb-5">
<div class="row text-center">
<h3 class="text-milk-chocolate w-100">Ante up for social good at TruffleCon’s first-ever charity poker event!</h3>
<h3 class="text-milk-chocolate w-100">NOVEMBER 6th & 7th | 6:15pm PST</h3>
</div>
</div>
</main>
<main class="banner-tcon-2020 pt-5 pb-5">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="mt-6 mb-6 mx-auto text-center" style="width: 60%; letter-spacing: 1px;">A conference for those who want to build world-changing applications powered by decentralized technologies.</h3>
<h1 class="tcon-countdown color-drizzle text-center mb-4 text-lowercase"></h1>
<nav class="nav trufflecon-nav-inline justify-content-center">
<a class="nav-link scroll-link" href="#speakers">Speakers</a>
<a class="nav-link scroll-link" href="#sponsors">Sponsors</a>
</nav>
</div>
</div>
</div>
</main>
<main class="banner banner-bright-pink pt-5 pb-5">
<div class="container">
<div class="row">
<div class="col-md-4">
<h2>What is TruffleCon?</h2>
</div>
<div class="col-md-8">
<p><strong>TruffleCon is a virtual community gathering for Truffle users, fans, developers, and those who want to build world-changing applications powered by decentralized technologies.</strong></p>
<p>Join people from around the world to build community and foster connections from the comfort of your home. Connect with other passionate developers in the blockchain space to share projects, exchange tips and tricks, and discuss challenges and successes.</p>
<p>TruffleCon’s goal is to inspire you to build your dapps and smart contracts to bring your ideas to the world! This year we've created eight tracks for you to build your own conference experience and engage with the topics that interest you the most!</p>
</div>
</div>
</div>
</main>
<div class="triangle-tr"></div>
<main class="banner banner-white-choc pt-5 pb-5">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 id="sponsors" class="text-center">2020 Sponsors</h3>
<div class="row align-items-center justify-content-center text-center mb-2">
<div class="col-8 col-sm-6 col-md-3 mt-4 mt-sm-3 mb-4 mb-sm-3">
<a href="https://aave.com/" target="_blank">
<img class="img-fluid pl-4 pr-4" src="/img/trufflecon/sponsors/aave-logo.svg" alt="AAVE" /></a>
</div>
<div class="col-8 col-sm-6 col-md-3 mt-4 mt-sm-3 mb-4 mb-sm-3">
<a href="https://bloxroute.com" target="_blank">
<img class="img-fluid pl-4 pr-4" src="/img/trufflecon/sponsors/art28-bloxroute.svg" alt="bloXroute" /></a>
</div>
<div class="col-8 col-sm-6 col-md-3 mt-4 mt-sm-3 mb-4 mb-sm-3">
<a href="https://chain.link" target="_blank">
<img class="img-fluid pl-4 pr-4" src="/img/trufflecon/sponsors/art26-chainlink.svg" alt="Chainlink" /></a>
</div>
<div class="col-8 col-sm-6 col-md-3 mt-4 mt-sm-3 mb-4 mb-sm-3">
<a href="https://www.consensys.net" target="_blank">
<img class="img-fluid pl-4 pr-4" src="/img/trufflecon/sponsors/art02-consensys.svg" alt="ConsenSys" /></a>
</div>
<div class="col-8 col-sm-6 col-md-3 mt-4 mt-sm-3 mb-4 mb-sm-3">
<a href="https://moonbeam.network" target="_blank">
<img class="img-fluid pl-4 pr-4" src="/img/trufflecon/sponsors/art27-moonbeam.svg" alt="Moonbeam" /></a>
</div>
<div class="col-8 col-sm-6 col-md-3 mt-4 mt-sm-3 mb-4 mb-sm-3">
<a href="https://www.rsk.co" target="_blank">
<img class="img-fluid pl-4 pr-4" src="/img/trufflecon/sponsors/art16-rsk.svg" alt="RSK" /></a>
</div>
<div class="col-8 col-sm-6 col-md-3 mt-4 mt-sm-3 mb-4 mb-sm-3">
<a href="https://runtimeverification.com" target="_blank">
<img class="img-fluid pl-4 pr-4" src="/img/trufflecon/sponsors/art21-runtime.svg" alt="Runtime Verification" /></a>
</div>
<div class="col-8 col-sm-6 col-md-3 mt-4 mt-sm-3 mb-4 mb-sm-3">
<a href="https://simbachain.com" target="_blank">
<img class="img-fluid pl-4 pr-4" src="/img/trufflecon/sponsors/art25-simba.svg" alt="Simba Chain" /></a>
</div>
</div>
</div>
</div>
</div>
</main>
<div class="triangle-purple-rev cream"></div>
<main class="banner banner-light-cream pt-5 pb-5">
<div class="container">
<div class="row mb-6">
<div class="col-md-12 align-items-center text-center">
<h1 id="speakers" class="link-markdown mt-4 text-center"><i class="fas fa-link"></i></a>2020 TruffleCon Speakers, Presenters, and Experts</h1><br>
<a class="btn btn-lg btn-truffle" href="https://www.youtube.com/playlist?list=PLVGaL7nFtvpBSgB_EJNZlgonByturk4hl" target="_blank"><i class="fab fa-youtube"></i> Watch the Talks on YouTube!</a>
</div>
</div>
<div class="trufflecon-speakers row mb-1">
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/alberto-viera.jpg" alt="Alberto Viera" />
</div>
<h3 class="mb-1">Alberto Viera</h3>
<p class="mb-0">Developer Relations Manager</p>
<p class="mb-5 font-italic">PureStake</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/aleksandar-kuzmanovic.jpg" alt="Professor Aleksandar Kuzmanovic" />
</div>
<h3 class="mb-1">Professor Aleksandar Kuzmanovic</h3>
<p class="mb-0">Co-Founder and Chief Architect</p>
<p class="mb-5 font-italic">bloXroute Labs</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/alex-g.jpg" alt="Alex Gluchowski" />
</div>
<h3 class="mb-1">Alex Gluchowski</h3>
<p class="mb-0">Co-Founder and CEO</p>
<p class="mb-5 font-italic">Matter Labs</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/alex-wilson.jpg" alt="Alex Wilson" />
</div>
<h3 class="mb-1">Alex Wilson</h3>
<p class="mb-0">CEO</p>
<p class="mb-5 font-italic">The Giving Block</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/anton-mozgovoy.jpg" alt="Anton Mozgovoy" />
</div>
<h3 class="mb-1">Anton Mozgovoy</h3>
<p class="mb-0">Co-Founder & CEO</p>
<p class="mb-5 font-italic">Holyheld</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/auryn-macmillan.jpg" alt="Auryn MacMillan" />
</div>
<h3 class="mb-1">Auryn MacMillan</h3>
<p class="mb-5 font-italic">Gnosis</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/brantly-millegan.jpg" alt="Brantly Millegan" />
</div>
<h3 class="mb-1">Brantly Millegan</h3>
<p class="mb-0">Director of Operations</p>
<p class="mb-5 font-italic">Ethereum Name Service</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/bruno-skvorc.jpg" alt="Bruno Skvorc" />
</div>
<h3 class="mb-1">Bruno Skvorc</h3>
<p class="mb-0">Technical Educator</p>
<p class="mb-5 font-italic">Web3 Foundation</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/cale-teeter.jpg" alt="Cale Teeter" />
</div>
<h3 class="mb-1">Cale Teeter</h3>
<p class="mb-0">Senior Software Development Engineer</p>
<p class="mb-5 font-italic">Microsoft</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/chen-magen.jpg" alt="Chen Magen" />
</div>
<h3 class="mb-1">Chen Magen</h3>
<p class="mb-0">Business Development</p>
<p class="mb-5 font-italic">Gnosis</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="https://avatars.sched.co/4/c1/8631805/avatar.jpg.320x320px.jpg?b50" alt="David Murdoch" />
<img src="/img/trufflecon/2019speakers/truffle-icon1.svg" class="speaker-icon" style="max-width: 50px; border: 0;">
</div>
<h3 class="mb-1">David Murdoch</h3>
<p class="mb-0">Software Development Lead</p>
<p class="mb-5 font-italic">Truffle</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/david-truong.jpg" alt="David Truong" />
</div>
<h3 class="mb-1">David Truong</h3>
<p class="mb-0">Software Engineer</p>
<p class="mb-5 font-italic">AAVE</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/ed-felten.jpg" alt="Ed Felten" />
</div>
<h3 class="mb-1">Ed Felten</h3>
<p class="mb-0">Co-founder and Chief Scientist at Offchain Labs, and former Deputy United States CTO</p>
<!-- <p class="mb-5 font-italic">Microsoft</p> -->
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/eman-herawy.jpg" alt="Cale Teeter" />
</div>
<h3 class="mb-1">Eman Herawy</h3>
<p class="mb-0">DevCon V Scholar</p>
<!-- <p class="mb-5 font-italic">Microsoft</p> -->
</div>
<div class="col-6 col-lg-3 iso-item official">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/everardo-j-barojas.jpg" alt="Everett Hildenbrandt" />
<h3 class="mb-1">Everardo Barojas</h3>
<p class="mb-0">Founder and Director</p>
<p class="mb-5 font-italic">Prescrypto</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2019speakers/everett-hildenbrandt.jpg" alt="Everett Hildenbrandt" />
<h3 class="mb-1">Everett Hildenbrandt</h3>
<p class="mb-0">CTO</p>
<p class="mb-5 font-italic">Runtime Verification, Inc.</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2019speakers/fainaheadshot1.jpg" alt="Faina Shalts, Esq." />
<img src="/img/trufflecon/2019speakers/truffle-icon1.svg" class="speaker-icon" style="max-width: 50px; border: 0;">
</div>
<h3 class="mb-1">Faina Shalts, Esq.</h3>
<p class="mb-0">Blockchain Tools Engineer</p>
<p class="mb-5 font-italic">Truffle</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2019speakers/felix_leupold_software-engineer-gnosis.jpg" alt="Felix Leupold" />
<h3 class="mb-1">Felix Leupold</h3>
<p class="mb-0">Software Engineer</p>
<p class="mb-5 font-italic">Gnosis</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/francesco-bruschi.jpg" alt="Francesco Bruschi" />
</div>
<h3 class="mb-1">Francesco Bruschi</h3>
<p class="mb-0">Director, Politecnico di Milano</p>
<p class="mb-5 font-italic">Blockchain & Distributed Ledger Observatory</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/graeme-barnes.jpg" alt="Graeme Barnes" />
</div>
<h3 class="mb-1">Graeme Barnes</h3>
<p class="mb-0">Product Manager</p>
<p class="mb-5 font-italic">Gnosis</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/ian-taylor.jpg" alt="Ian Taylor" />
</div>
<h3 class="mb-1">Ian Taylor</h3>
<p class="mb-0">Chief Technology Officer</p>
<p class="mb-5 font-italic">SIMBA Chain</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/ishaan-hiranandani.jpg" alt="Ishaan Hiranandani" />
</div>
<h3 class="mb-1">Ishaan Hiranandani</h3>
<p class="mb-0">VP of Blockchain</p>
<p class="mb-5 font-italic">Michigan</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/jesus-cepeda.jpg" alt="Jesus Cepeda" />
</div>
<h3 class="mb-1">Jesus Cepeda</h3>
<p class="mb-0">Executive & Co-Founder</p>
<p class="mb-5 font-italic">OS City</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/joran-honig.jpg" alt="Joran Honig" />
</div>
<h3 class="mb-1">Joran Honig</h3>
<p class="mb-0">Product Lead</p>
<p class="mb-5 font-italic">MythX/ConsenSys Diligence</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2019speakers/joseph-lubin.jpg" alt="Joseph Lubin" />
</div>
<h3 class="mb-1">Joseph Lubin</h3>
<p class="mb-0">CEO</p>
<p class="mb-5 font-italic">ConsenSys</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/joel-neidig.jpg" alt="Joel Neidig" />
</div>
<h3 class="mb-1">Joel Neidig</h3>
<p class="mb-0">CEO</p>
<p class="mb-5 font-italic">SIMBA Chain</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/jonathan-smirnoff.jpg" alt="Jonathan Smirnoff" />
</div>
<h3 class="mb-1">Jonathan Smirnoff</h3>
<p class="mb-0">Developer</p>
<p class="mb-5 font-italic">RSK</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/josh-1.jpg" alt="Josh Quintal" />
<img src="/img/trufflecon/2019speakers/truffle-icon1.svg" class="speaker-icon" style="max-width: 50px; border: 0;">
</div>
<h3 class="mb-1">Josh Quintal</h3>
<p class="mb-0">Head of Product & Design</p>
<p class="mb-5 font-italic">Truffle</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/joshy-orndorff.jpg" alt="Joshy Orndorff" />
<h3 class="mb-1">Joshy Orndorff</h3>
<p class="mb-0">Senior Blockchain Engineer</p>
<p class="mb-5 font-italic">PureStake</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2019speakers/josselin-feist-tob.png" alt="Josselin Feist" />
<h3 class="mb-1">Josselin Feist</h3>
<p class="mb-0">Senior Security Engineer</p>
<p class="mb-5 font-italic">Trail of Bits</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/kevin-bluer2.jpg" alt="Kevin Bluer" />
<img src="/img/trufflecon/2019speakers/truffle-icon1.svg" class="speaker-icon" style="max-width: 50px; border: 0;">
</div>
<h3 class="mb-1">Kevin Bluer</h3>
<p class="mb-0">Head of Curriculum & Training</p>
<p class="mb-5 font-italic">Truffle</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/kevin-owocki.jpg" alt="Kevin Owocki" />
<h3 class="mb-1">Kevin Owocki</h3>
<p class="mb-0">Founder</p>
<p class="mb-5 font-italic">GitCoin</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/lana-kalashnyk.jpg" alt="Lana Kalashnyk" />
</div>
<h3 class="mb-1">Lana Kalashnyk</h3>
<p class="mb-0">Blockchain Partner Technology Lead</p>
<p class="mb-5 font-italic">AWS</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/lucy-hakobyan.jpg" alt="Lucy Hakobyan" />
</div>
<h3 class="mb-1">Lucy Hakobyan</h3>
<p class="mb-0">CEO</p>
<p class="mb-5 font-italic">BT Consultants</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/lukas-schor.jpg" alt="Lukas Schor" />
</div>
<h3 class="mb-1">Lukas Schor</h3>
<p class="mb-0">Senior Product Manager</p>
<p class="mb-5 font-italic">Gnosis</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2019speakers/michael-lewellen-director-of-technology-at-tarski-technologies.jpg" alt="Michael Lewellen" />
<h3 class="mb-1">Michael Lewellen</h3>
<p class="mb-0">CEO</p>
<p class="mb-5 font-italic">Tarski Technology</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/seese2.jpg" alt="Mike Seese" />
<img src="/img/trufflecon/2019speakers/truffle-icon1.svg" class="speaker-icon" style="max-width: 50px; border: 0;">
</div>
<h3 class="mb-1">Mike Seese</h3>
<p class="mb-0">Technical Lead for Truffle Teams</p>
<p class="mb-5 font-italic">Truffle</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/gnidan1.jpg" alt="Nick D'Andrea" />
<img src="/img/trufflecon/2019speakers/truffle-icon1.svg" class="speaker-icon" style="max-width: 50px; border: 0;">
</div>
<h3 class="mb-1">Nick D'Andrea</h3>
<p class="mb-0">Head of Engineering</p>
<p class="mb-5 font-italic">Truffle</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/patrick-collins.jpg" alt="Patrick Collins" />
<h3 class="mb-1">Patrick Collins</h3>
<p class="mb-0">Developer Advocate</p>
<p class="mb-5 font-italic">Chainlink</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/richard-meissner.jpg" alt="Richard Meissner" />
<h3 class="mb-1">Richard Meissner</h3>
<p class="mb-0">Tech Lead</p>
<p class="mb-5 font-italic">Gnosis</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2019speakers/robert-a-musiala-jr-blockchain-counsel-at-baker-hostetler.jpg" alt="Robert A. Musiala Jr." />
<h3 class="mb-1">Robert A. Musiala Jr. Esq.</h3>
<p class="mb-0">Blockchain Counsel</p>
<p class="mb-5 font-italic">BakerHostetler</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2019speakers/rosco-kalis-software-engineer-at-bitcoin.com.jpg" alt="Rosco Kalis" />
<h3 class="mb-1">Rosco Kalis</h3>
<p class="mb-0">Software Engineer</p>
<p class="mb-5 font-italic">General Protocols</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/sid-chakravarthy.jpg" alt="Sid Chakravarthy" />
<h3 class="mb-1">Sid Chakravarthy</h3>
<p class="mb-0">Founder and CEO</p>
<p class="mb-5 font-italic">StaTwig</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/shane-fontaine.jpg" alt="Shane Fontaine" />
<h3 class="mb-1">Shane Fontaine</h3>
<p class="mb-0">Co-Founder</p>
<p class="mb-5 font-italic">Authereum</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/solange-gueiros.jpg" alt="Solange Gueiros" />
<h3 class="mb-1">Solange Gueiros</h3>
<p class="mb-0">Developer</p>
<p class="mb-5 font-italic">RSK</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/stani-kulechov.jpg" alt="Stani Kulechov" />
</div>
<h3 class="mb-1">Stani Kulechov</h3>
<p class="mb-0">CEO</p>
<p class="mb-5 font-italic">Aave</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/taylor-monahan.jpg" alt="Taylor Monahan" />
<h3 class="mb-1">Taylor Monahan</h3>
<p class="mb-0">Founder & CEO</p>
<p class="mb-5 font-italic">MyCrypto</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/tim-still.jpg" alt="Tim Coulter" />
<img src="/img/trufflecon/2019speakers/truffle-icon1.svg" class="speaker-icon" style="max-width: 50px; border: 0;">
</div>
<h3 class="mb-1">Tim Coulter</h3>
<p class="mb-0">Founder & CEO</p>
<p class="mb-5 font-italic">Truffle</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/todd-mcdonald.jpg" alt="Todd McDonald" />
</div>
<h3 class="mb-1">Todd McDonald</h3>
<p class="mb-0">Co-Founder & Chief Product Officer</p>
<p class="mb-5 font-italic">R3</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/vivek-singh.jpg" alt="Vivek Singh" />
</div>
<h3 class="mb-1">Vivek Singh</h3>
<p class="mb-0">Co-Founder & COO</p>
<p class="mb-5 font-italic">GitCoin</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/wes-mcvay.jpg" alt="Wes McVay" />
<img src="/img/trufflecon/2019speakers/truffle-icon1.svg" class="speaker-icon" style="max-width: 50px; border: 0;">
</div>
<h3 class="mb-1">Wes McVay</h3>
<p class="mb-0">Vice President of Partnerships and Strategy</p>
<p class="mb-5 font-italic">Truffle</p>
</div>
<div class="col-6 col-lg-3 iso-item official">
<div class="position-relative">
<img class="rounded-circle mb-2 img-fluid" src="/img/trufflecon/2020speakers/yorke-rhodes-III.jpg" alt="Yorke Rhodes III" />
</div>
<h3 class="mb-1">Yorke Rhodes III</h3>
<p class="mb-0">Director Digital Transformation Blockchain</p>
<p class="mb-5 font-italic">Microsoft</p>
</div>
</div>
<div class="row">
<div class="col-12 text-center">
<a class="btn btn-lg btn-truffle" href="https://www.youtube.com/playlist?list=PLVGaL7nFtvpBSgB_EJNZlgonByturk4hl" target="_blank"><i class="fab fa-youtube"></i> Watch the Talks on YouTube!</a>
</div>
</div>
</div>
</main>
<div class="triangle-purple"></div>
<!--footer begins--->
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="/js/vendor/jquery-3.2.1.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<script src="js/subnav.js"></script>
<script src="js/map-overlay.js"></script>
<script type="text/javascript" src="//trufflecon2019.sched.com/js/embed.js"></script>
<script src="js/flipclock.js"></script>
<script src="https://www.eventbrite.com/static/widgets/eb_widgets.js"></script>
<script type="text/javascript">
var exampleCallback = function() {
console.log('Order complete!');
};
window.EBWidgets.createWidget({
// Required
widgetType: 'checkout',
eventId: '110684377954',
iframeContainerId: 'eventbrite-widget-container-110684377954',
// Optional
iframeContainerHeight: 465, // Widget height in pixels. Defaults to a minimum of 425px if not provided
onOrderComplete: exampleCallback // Method called when an order has successfully completed
});
</script>
<footer>
<div class="container">
<div class="row">
<div class="col-12 col-md-2 mb-4 mb-md-0">
<img class="truffle-logo" src="/img/truffle-logo-light.svg" alt="Truffle Logo" />
</div>
<div class="col-12 col-md-5 mb-3 mb-md-0">
<ul>
<li><a href="mailto:[email protected]">CONTACT US</a></li>
<li><a href="/policy">PRIVACY POLICY</a></li>
<li><a href="/press-releases">PRESS RELEASES</a></li>
<li><a href="/staff">STAFF</a></li>
<li><a href="/dashboard">DASHBOARD</a></li>
<li><a href="https://github.com/trufflesuite">GITHUB</a></li>
<li><a class="trufflecon-link" href="https://www.trufflesuite.com/trufflecon2020">TRUFFLEC<img src="/img/truffle-logomark.svg" alt="Truffle Logo" /><span>O</span>N 2020</a></li>
<li><strong>© ConsenSys Software Inc. 2021</strong></li>
</ul>
<ul class="list-inline h4 ">
<li class="list-inline-item mb-0"><a href="https://www.reddit.com/r/truffle"><i class="fab fa-reddit-square"></i></a></li>
<li class="list-inline-item mb-0"><a href="https://twitter.com/trufflesuite"><i class="fab fa-twitter-square"></i></a></li>
<li class="list-inline-item mb-0"><a href="https://www.facebook.com/trufflesuite/"><i class="fab fa-facebook-square"></i></a></li>
<li class="list-inline-item mb-0"><a href="https://www.instagram.com/truffledevsuite/"><i class="fab fa-instagram"></i></a></li>
<li class="list-inline-item mb-0"><a href="https://www.linkedin.com/company/trufflesuite/"><i class="fab fa-linkedin"></i></a></li>
<li class="list-inline-item mb-0"><a href="https://www.youtube.com/channel/UCo2cy2Z7_91zPJSrb6NWfSw"><i class="fab fa-youtube-square"></i></a></li>
</ul>
</div>
<div class="col-12 col-md-5">
<h4>SIGN UP FOR THE TRUFFLE MAILING LIST</h4>
<!--[if lte IE 8]>
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2-legacy.js"></script>
<![endif]-->
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"></script>
<script>
hbspt.forms.create({
portalId: "4795067",
formId: "d18995c8-32bb-4b2d-bde9-3f49fb3d2837"
});
</script>
</div>
</div>
</div>
</footer>
</body>
</html>