-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
651 lines (630 loc) · 29.1 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
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
base58⛓️🔓
</title>
<link rel="icon" href="./images/favicon.ico" type="image/x-icon" />
<link href="./dist/output.css" rel="stylesheet">
</head>
<body class="w-full sm:max-w-screen-lg m-auto bg-sky-50">
<section class="flex flex-col sm:my-20 sm:mx-10">
<a href="./index.html">
<h1 class="text-3xl font-bold my-5 p-3
rounded-md flex items-center self-start">
Base58
<img src="./images/chains_26d3-fe0f.png" class="inline w-7 h-7" />
<img src="./images/unlocked_1f513.png" class="inline w-7 h-7" />
</h1>
</a>
<div class="flex flex-col items-center p-5 rounded-2xl">
<h2 class="text-xl md:text-2xl lg:text-3xl max-w-3xl p-5 text-center">
Base58 is the world’s best bitcoin education company.
</h2>
<h1 class="text-3xl md:text-5xl lg:text-6xl max-w-3xl p-5 text-center">
Our developer-oriented bitcoin transactions class will take you from zero to timechain hero.
</h1>
</div>
</section>
<section class="flex flex-col justify-center items-center my-20 mx-10">
<h3 class="text-gray-600 text-sm text-center">
As featured in:
</h3>
<div class="flex flex-wrap justify-center items-center w-fit mx-auto">
<a href="https://bitcoinmagazine.com/culture/bitcoin-users-are-building-the-future">
<img class="w-20 md:w-32 m-3" src="./images/bitcoinMagazine.webp" />
</a>
<a href="https://www.thrillerbitcoin.com/bitcoinpluspluskicksoff/">
<img class="w-20 md:w-32 m-3" src="./images/thrillerBitcoin.webp" />
</a>
<a href="https://blog.replit.com/miniCurriculumJamWinners">
<img class="w-20 md:w-32 m-3" src="./images/replit.png" />
</a>
<a href="https://fountain.fm/episode/6327917002">
<img class="w-20 md:w-32 m-3" src="./images/tftc.webp" />
</a>
<a
href="https://www.coindesk.com/business/2022/06/12/texas-feels-like-bitcoin-country-probably-because-i-was-there-for-a-bitcoin-conference/">
<img class="w-20 md:w-32 m-3" src="./images/icons/Coindesk_logo_396x75.svg" />
</a>
</div>
</section>
<section class="flex flex-col justify-center items-center my-20 mx-10">
<h3 class="text-6xl w-full sm:w-[12ch] m-auto font-bold text-center">
Classes
</h3>
<div class="w-full rounded-lg border border-zinc-600 pt-5 my-5">
<table class="table-fixed hidden sm:block">
<thead>
<tr>
<th class="w-3/5 text-left p-2 border-b border-zinc-600">
Name
</th>
<th class="text-left p-2 border-b border-zinc-600">
Duration
</th>
<th class="w-fit text-left p-2 border-b border-zinc-600">
Date
</th>
<th class="text-left p-2 border-b border-zinc-600">
Time
</th>
<th class="text-left p-2 border-b border-zinc-600">
Price
</th>
</tr>
</thead>
<tbody>
<tr>
<td class="text-left p-2 border-b border-zinc-600">
<a href="./classes/bitcoin-transactions-intensive.html"
class="text-sky-400 hover:text-orange-500">
February Bitcoin Transactions Intensive (Austin, Texas)
</a>
</td>
<td class="text-left p-2 border-b border-zinc-600">
4 days
</td>
<td class="text-left p-2 border-b border-zinc-600">
02-13-2023 - 02-16-2023
</td>
<td class="text-left p-2 border-b border-zinc-600">
9am -12pm
</td>
<td class="text-left p-2 border-b border-zinc-600">
$2235
</td>
</tr>
<tr>
<td class="text-left p-2 border-b border-zinc-600">
<a href="./classes/bitcoin-transactions-intensive.html"
class="text-sky-400 hover:text-orange-500">
March Bitcoin Transactions Intensive (Austin, Texas)
</a>
</td>
<td class="text-left p-2 border-b border-zinc-600">
4 days
</td>
<td class="text-left p-2 border-b border-zinc-600">
03-13-2023 - 03-16-2023
</td>
<td class="text-left p-2 border-b border-zinc-600">
9am -12pm
</td>
<td class="text-left p-2 border-b border-zinc-600">
$2235
</td>
</tr>
<tr>
<td class="text-left p-2">
<a href="./classes/bitcoin-transactions-intensive.html"
class="text-sky-400 hover:text-orange-500">
April Bitcoin Transactions Intensive (Austin Texas, btcpp edition)
</a>
</td>
<td class="text-left p-2">
4 days
</td>
<td class="text-left p-2">
04-24-2023 - 04-27-2023
</td>
<td class="text-left p-2">
9am -12pm
</td>
<td class="text-left p-2">
$2235
</td>
</tr>
</tbody>
</table>
<table class="table-fixed sm:hidden">
<thead>
<tr>
<th class="w-full text-left p-2 border-b border-zinc-600">
Name
</th>
<th class="text-left p-2 border-b border-zinc-600">
Price
</th>
</tr>
</thead>
<tbody>
<tr>
<td class="text-left p-2 border-b border-zinc-600">
<a href="./classes/feb-bitcoin-transaction-intensive.html"
class="text-sky-400 hover:text-orange-500">
<p>
February Bitcoin Transactions Intensive (Austin, Texas)
</p>
</a>
<p>
02-13-2023 - 02-16-2023
</p>
<p>
9am -12pm
</p>
<p>
4 days
</p>
</td>
<td class="text-left p-2 border-b border-zinc-600">
$2235
</td>
</tr>
<tr>
<td class="text-left p-2 border-b border-zinc-600">
<a href="./classes/mar-bitcoint-transaction-intensive.html"
class="text-sky-400 hover:text-orange-500">
<p>
March Bitcoin Transactions Intensive (Austin, Texas)
</p>
</a>
<p>
03-13-2023 - 03-16-2023
</p>
<p>
9am -12pm
</p>
<p>
4 days
</p>
</td>
<td class="text-left p-2 border-b border-zinc-600">
$2235
</td>
</tr>
<tr>
<td class="text-left p-2">
<a href="./classes/apr-bitcoin-transactions-intensive.html"
class="text-sky-400 hover:text-orange-500">
<p>
April Bitcoin Transactions Intensive (Austin Texas,
btcpp edition)
</p>
</a>
<p>
04-24-2023 - 04-27-2023
</p>
<p>
9am -12pm
</p>
<p>
4 days
</p>
</td>
<td class="text-left p-2">
$2235
</td>
</tr>
</tbody>
</table>
</div>
<div class="w-full self-start flex flex-col sm:flex-row">
<a href="https://www.udemy.com/course/base58-bitcoin-transactions-one/?referralCode=4405769CAB73A12745F4"
class="
inline-block py-3 px-7 my-2 mr-2 w-full text-lg
focus:ring-2 focus:ring-orange-500 focus:ring-opacity-50
border-orange-500 hover:border-orange-600 font-medium
border-2 rounded-md shadow-sm
flex justify-center
">
<img src="./images/icons/udemy-logo.svg" />
</a>
<a href="https://btcplusplus.dev/" class="
inline-block py-3 px-7 my-2 mr-2 w-full text-lg
focus:ring-2 focus:ring-orange-500 focus:ring-opacity-50
border-orange-500 hover:border-orange-600 font-medium
border-2 rounded-md shadow-sm
flex items-center justify-center
">
<p class='font-["Ubuntu-BoldItalic"] text-[2rem]'>
bitcoin++
</p>
</a>
<a href="https://replit.com/@base58" class="
inline-block py-3 px-7 my-2 mr-2 w-full text-lg
focus:ring-2 focus:ring-orange-500 focus:ring-opacity-50
border-orange-500 hover:border-orange-600 font-medium
border-2 rounded-md shadow-sm
flex justify-center
">
<img src="./images/replit.png" class="w-32" />
</a>
</div>
</section>
<section class="flex flex-col justify-center items-center my-20 mx-10">
<h3 class="text-sm text-orange-500 bg-orange-50 p-2 text-center rounded-full">
GET TO KNOW BITCOIN
</h3>
<p class="text-lg text-stone-600 font-medium my-5">
Base58’s flagship Bitcoin Transactions course gives you an in-depth
intro to the bitcoin protocol. Our class will get you comfortable with
the bitcoin-cli and command line interfaces. No prior experience required, but
some understanding of bytes and encodings will be extremely helpful.
</p>
<div class="w-full flex flex-wrap gap-5 justify-center m-5 mx-auto flex-col
md:flex-row">
<div class="
w-full sm:1/2 md:w-1/4 pt-10 my-3 block rounded-lg
border-2 rounded-md shadow-sm border-orange-500
relative
">
<div class="absolute -top-5 w-full flex justify-center items-center">
<span class="rounded-full bg-orange-500
w-10 aspect-square text-center flex justify-center items-center">
<p class="text-white font-bold">
1
</p>
</span>
</div>
<div class="p-5">
<h2 class="font-bold">
Intro to bitcoin transactions
</h2>
<p>
Topics: transaction fields, endianness, transaction ids, fees + transaction weights, coinbases
</p>
</div>
</div>
<div class="
w-full sm:1/2 md:w-1/4 pt-10 my-3 block rounded-lg
border-2 rounded-md shadow-sm border-orange-500
relative
">
<div class="absolute -top-5 w-full flex justify-center items-center">
<span class="rounded-full bg-orange-500
w-10 aspect-square text-center flex justify-center items-center">
<p class="text-white font-bold">
2
</p>
</span>
</div>
<div class="p-5">
<h2 class="font-bold">
Intro to Script
</h2>
<p>
Topics: Script, standard scripts, P2SH, opcodes
</p>
</div>
</div>
<div class="
w-full sm:1/2 md:w-1/4 pt-10 my-3 block rounded-lg
border-2 rounded-md shadow-sm border-orange-500
relative
">
<div class="absolute -top-5 w-full flex justify-center items-center">
<span class="rounded-full bg-orange-500
w-10 aspect-square text-center flex justify-center items-center">
<p class="text-white font-bold">
3
</p>
</span>
</div>
<div class="p-5">
<h2 class="font-bold">
Enter SegWit
</h2>
<p>
Topics: SegWit! P2WSH, P2SH-P2WSH
</p>
</div>
</div>
<div class="
w-full sm:1/2 md:w-1/4 pt-10 my-3 block rounded-lg
border-2 rounded-md shadow-sm border-orange-500
relative
">
<div class="absolute top-[-1rem] w-full flex justify-center items-center">
<span class="rounded-full bg-orange-500
w-10 aspect-square text-center flex justify-center items-center">
<p class="text-white font-bold">
4
</p>
</span>
</div>
<div class="p-5">
<h2 class="font-bold">
Public/Private keys; intro to elliptic curves
</h2>
<p>
Topics: elliptic curves, secp256k1, public/private key cryptography, P2PK, P2PKH
</p>
</div>
</div>
<div class="
w-full sm:1/2 md:w-1/4 pt-10 my-3 block rounded-lg
border-2 rounded-md shadow-sm border-orange-500
relative
">
<div class="absolute -top-5 w-full flex justify-center items-center">
<span class="rounded-full bg-orange-500
w-10 aspect-square text-center flex justify-center items-center">
<p class="text-white font-bold">
5
</p>
</span>
</div>
<div class="p-5">
<h2 class="font-bold">
Signing transactions
</h2>
<p>
Topics: ECDSA, SegWit, sighashes, TX_HASH
</p>
</div>
</div>
<div class="
w-full sm:1/2 md:w-1/4 pt-10 my-3 block rounded-lg
border-2 rounded-md shadow-sm border-orange-500
relative
">
<div class="absolute -top-5 w-full flex justify-center items-center">
<span class="rounded-full bg-orange-500
w-10 aspect-square text-center flex justify-center items-center">
<p class="text-white font-bold">
6
</p>
</span>
</div>
<div class="p-5">
<h2 class="font-bold">
Multisig + Getting your transaction mined
</h2>
<p>
Topics: multisig, OP_CHECKMULTISIG, RBF, CPFP
</p>
</div>
</div>
</div>
</section>
<section class="flex flex-col justify-center items-center my-20 mx-10">
<h3 class="text-6xl w-full sm:w-[12ch] m-auto font-bold text-center">
50+ Students Taught
</h3>
<div class="flex flex-wrap gap-3 mx-auto flex-col justify-center
md:flex-row sm:flex-nowrap my-10">
<div class="p-5 basis-1/3 block rounded-lg
border-2 rounded-md shadow-sm border-orange-500
flex flex-col justify-between
">
<p>
"As a junior developer it's a daunting task jumping into Bitcoin development for the first time,
I've tried on my own and failed multiple times in the past. Base58 gave me a new opportunity to dive
in again guided by a real expert in the industry along side a class of likeminded students. This has
been invaluable for my understanding of the Bitcoin protocol and has given me examples and
actionable next steps for developing my skills and starting to build on Bitcoin for real. Thank you
Base58!"
</p>
<div>
<h3 class="mt-5 font-heading font-bold text-lg text-gray-900">
PlebDev
</h3>
<p class="text-sm text-gray-600">
Front End Engineer @Fold
</p>
</div>
</div>
<div class="p-5 basis-1/3 block rounded-lg
border-2 rounded-md shadow-sm border-orange-500
flex flex-col justify-between
">
<p>
"Phenomenal course. Came into it with limited technical knowledge of bitcoin. They make it super
accessible (no dev experience needed, interactive and fun) and I'm now sooo much more comfortable
with the technical side of the bitcoin fundamentals. In fact, some of the things I learnt helped me
while interviewing at bitcoin companies! If you're interested in bitcoin and want to learn about how
it works - highly recommend taking this course!"
</p>
<div>
<h3 class="mt-5 font-heading font-bold text-lg text-gray-900">
Shadowy Super Buidler
</h3>
<p class="text-sm text-gray-600">
Sr. Software Engineer @Swan Bitcoin
</p>
</div>
</div>
<div class="p-5 basis-1/3 block rounded-lg
border-2 rounded-md shadow-sm border-orange-500
flex flex-col justify-between
">
<p>
"I thought I knew how transactions worked in bitcoin up until I took the class. It is a deep, byte
by byte dive into the different types of transactions, understandable for non-coding people. Just
have an open mindset, let yourself be taught the most basic bitcoin-cli and python commands, and you
are good to go. I was afraid it would be too technical, and don't get me wrong, it does get into the
roots of how the transaction protocols work, but nifty managed to keep it simple and clear enough
for someone with a basic bitcoin knowledge to follow."
</p>
<div>
<h3 class="mt-5 font-heading font-bold text-lg text-gray-900">
Based Anon
</h3>
</div>
</div>
</div>
</section>
<section class="flex flex-col my-20 mx-10">
<h3 class="text-6xl font-bold text-left m-0">
Frequently Asked Questions
</h3>
<ul>
<li class="my-5">
<h4 class="mt-4 text-xl text-zinc-900 font-bold">
What payment methods do you accept?
</h4>
<p class="text-zinc-500 font-medium">
BTCPayServer and Stripe
</p>
</li>
<li class="my-5">
<h4 class="mt-4 text-xl text-zinc-900 font-bold">
What if I'm not satisfied with the course?
</h4>
<p class="text-zinc-500 font-medium">
You can get a full refund within the first week of the
course. No questions asked.
</p>
</li>
<li class="my-5">
<h4 class="mt-4 text-xl text-zinc-900 font-bold">
Are there any options for team training?
</h4>
<p class="text-zinc-500 font-medium">
Yes! Please contact hello@base58.info
</p>
</li>
</ul>
<p class="font-medium">
For any questions not listed, please email us at hello@base58.info.
</p>
</section>
<section class="flex flex-col justify-center items-center my-20 mx-10">
<h3 class="text-6xl w-full sm:w-[12ch] m-auto font-bold text-center">
Team
</h3>
<h2 class="text-sm text-orange-500 bg-orange-50 p-2 text-center rounded-full">
We are here to help you learn Bitcoin.
</h2>
<p class="text-lg text-stone-600 font-medium my-5 my-5">
Bitcoin developers are the cathedral builders of this day and age, buidling the Cathedral of Satoshi one
block at a time. We strive to train and support the next generation of developers whose contributions
outlive them.
</p>
<div class="flex flex-wrap md:flex-nowrap gap-3">
<div class="
flex flex-col justify-between items-center
p-5 rounded-lg
border-2 rounded-md shadow-sm border-orange-500
">
<div class="flex flex-col items-center">
<img src="./images/nifty.webp" class="mx-auto mb-6 rounded-full" />
<h1 class="mb-2 text-2xl md:text-3xl leading-tight font-semibold
w-min">
@niftynei
</h1>
<span class="inline-block mb-6 text-lg font-medium text-orange-500">
Founder
</span>
<p class="mb-8 text-zinc-500 font-medium">
@niftynei is a world-renowned bitcoin and lightning expert. A lightning protocol developer at
Blockstream for c-lightning by day, she leads Base58 bitcoin protocol classes at night. nifty is
currently working on a book about transacting with bitcoin for No Starch Press.
</p>
</div>
<div class="flex gap-3 justify-center items-center">
<a href="mailto: lisa@base58.info" class="w-5">
<img src="./images/icons/email.svg">
</a>
<a href="https://twitter.com/niftynei" class="w-5">
<img src="./images/icons/twitter.svg">
</a>
</div>
</div>
<div class="
flex flex-col justify-between items-center
p-5 rounded-lg
border-2 rounded-md shadow-sm border-orange-500
">
<div class="flex flex-col items-center">
<img src="./images/stak.webp" class="mx-auto mb-6 rounded-full" />
<h1 class="mb-2 text-2xl md:text-3xl leading-tight font-semibold
w-min">
@stakamoto21
</h1>
<span class="inline-block mb-6 text-lg font-medium text-orange-500">
Founder
</span>
<p class="mb-8 text-zinc-500 font-medium">
@stakamoto21 is the brains and coordinating muscle behind Base58. He keeps the classes running
on-time, fronts student outreach, and is a one-man bizops force of nature. A longtime bitcoiner
and
serial entrepreneur, stakamoto brings deep community connections and bitcoin fire to Base58.
</p>
</div>
<div class="flex gap-3 justify-center items-center">
<a href="mailto: stak@base58.info" class="w-5">
<img src="./images/icons/email.svg">
</a>
<a href="https://twitter.com/stakamoto21" class="w-5">
<img src="./images/icons/twitter.svg">
</a>
</div>
</div>
<div class="
flex flex-col justify-between items-center
p-5 rounded-lg
border-2 rounded-md shadow-sm border-orange-500
">
<div class="flex flex-col items-center">
<img src="./images/kody.webp" class="mx-auto mb-6 rounded-full" />
<h1 class="mb-2 text-2xl md:text-3xl leading-tight font-semibold
w-min">
@kodylow
</h1>
<span class="inline-block mb-6 text-lg font-medium text-orange-500">
Instructor
</span>
<p class="mb-8 text-zinc-500 font-medium">
@kodylow is a hacker, developer, and Bitcoin teacher. A CS masters student at Penn and Fedimint
contributor by day, he TAs Base58 bitcoin protocol classes at night. Kody was one of Nifty's
first
students at Base58, now he helps build curricula to teach new cohorts of engineers about
bitcoin.
</p>
</div>
<div class="flex gap-3 justify-center items-center">
<a href="mailto: kodylow7@gmail.com" class="w-5">
<img src="./images/icons/email.svg">
</a>
<a href="https://twitter.com/kodylow" class="w-5">
<img src="./images/icons/twitter.svg">
</a>
</div>
</div>
</div>
</section>
<footer class="flex flex-col sm:flex-row justify-between my-20 mx-10">
<h3 class="flex text-zinc-400 font-medium">
© 2023 Base58. All rights reserved.
</h3>
<div class="flex gap-2 items-center justify-center">
<a href="https://discord.gg/T4EjCWJn7q" class="flex">
<img src="./images/icons/discord.svg" class="w-5 grayscale">
</a>
<a href="https://www.youtube.com/channel/UCosoJ9ReUBqMIuD4g4IOtyw" class="flex">
<img src="./images/icons/yt.png" class="w-5 invert">
</a>
<a href="https://twitter.com/base58btc" class="flex">
<img src="./images/icons/twitter.svg">
</a>
<a href="https://github.com/base58btc" class="flex">
<img src="./images/icons/gh.svg">
</a>
</div>
</footer>
</body>
</html>