-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
501 lines (466 loc) · 22.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Chaincode Labs learning programs and resources">
<title>Learning @ Chaincode</title>
<meta property="twitter:title" content="Learning @ Chaincode Labs">
<meta property="og:url" content="https://learning.chaincode.com">
<meta property="og:image" content="https://learning.chaincode.com/img/learning-black.png">
<meta property="twitter:description" content="Chaincode Labs learning programs and resources">
<meta name="twitter:card" content="summary_large_image">
<meta name="robots" content="index, follow">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="css/agency.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Learning @ Chaincode</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#apply">Apply</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#alum">Alum</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#resources">Resources</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead">
<div class="container">
<div class="intro-text">
<div class="intro-heading">Learning @ Chaincode Labs</div>
<div class="subtext">Bitcoin and Lightning Protocol Development Education</div>
</div>
</div>
</header>
<!-- <section id="announcement">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h3 class="section-heading">APPLICATIONS FOR THE 2024 START YOUR CAREER IN BITCOIN FOSS ARE NOW CLOSED</h3>
</div>
</div>
</div>
</section> -->
<!-- About -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="section-heading text-center">About</h2>
<p>
<a href="https://chaincode.com"><strong>Chaincode Labs</strong></a> is a Bitcoin research and development center based in New York City. We focus on the development of the bitcoin network and adjacent technologies.
A critical part of our work is creating a space for those seeking a solid foundation with which to contribute to the bitcoin ecosystem.
</p>
<p>Since 2016, our <a href="https://residency.chaincode.com"><strong>residency program</strong></a> has helped to train and develop the next generation of Bitcoin and Lightning protocol and application engineers. In the past few years, we have shifted our efforts to make bitcoin open source education more accessible by moving our programs online.
</p>
</div>
</div>
<!-- <div class="row text-center">
<div class="col-md-6">
<a href="#BOSS">
<span class="fa-stack fa-4x">
<div class="nav-link js-scroll-trigger" href="#online">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-laptop fa-stack-1x fa-inverse"></i>
</div>
</span>
<h4 class="service-heading">Online Programs</h4>
</a>
<p class="text-muted">Transformative education that allows you to study the best content on the planet from the comfort of your own home while arming you with the tools to make the leap to full-time contributor to Bitcoin and Lightning.</p>
</div>
<div class="col-md-6">
<a href="https://residency.chaincode.com">
<span class="fa-stack fa-4x">
<div class="nav-link js-scroll-trigger" href="#residency">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-building fa-stack-1x fa-inverse"></i>
</div>
</span>
<h4 class="service-heading">Residencies</h4>
</a>
<p class="text-muted">In-person programs designed to accelerate the life-changing learning of open-source contributors.</p>
</div>
</div>
</div> -->
</section>
<section class="bg-light" id="BOSS">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="text-center">Start your career in bitcoin open source</h1>
<p>If you aspire to have professional freedom, work on something that will impact the lives of countless people across the world, write code that will span generations, and collaborate with some of the most gifted devs to solve some of the hardest technical problems, then this program is for you.</p>
<p>Contributing to bitcoin open source software (₿OSS) can feel lonely and intimidating. This three-month program is designed to provide the professional feedback necessary to get you off of ₿OSS 0.</p>
<p>Chaincode curates each cohort, arranges curriculum, and provides ongoing support throughout the program. You will be expected to prep for a minimum of 10 hours per week. Outside of the first week, there are no scheduled calls. This program will be taught and mentored by ₿OSS contributors that have stood in your shoes. Throughout the week, there will be async chat discussions and support. If you are willing to do the work, we'll give you what you need to get to where you want to go.</p>
<div class="row text-center">
<div class="col-md-6">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-heartbeat fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Kick Start - 1 Month</h4>
<p class="text-muted">A code heavy month of bitcoin and lightning</p>
<ul class="text-left">
<li>Week 0: RPC Scavenger Hunt</li>
<li>Week 1: Build a wallet</li>
<li>Week 2: Wallet management</li>
<li>Week 3: P2P & Mining</li>
<li>Week 4: Lightning</li>
</ul>
</div>
<div class="col-md-6">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-line-chart fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">The Rest - 2 Months</h4>
<p class="text-muted">Build your proof of work</p>
<ul class="text-left">
<li>Bring a proof of concept to life</li>
<li>Explore the ₿OSS ecosystem</li>
<li>Meet ₿OSS maintainers</li>
<li>Choose a ₿OSS project and provide value</li>
<li>Get coaching on the next step</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Apply
<section class="bg-light" id="apply">
<div class="container">
<div class="row">
<div class="col-lg-12">
<hr>
<h2 class="section-heading text-center">Join Us</h2>
<h6 class="text-center">Apply to participate in the Start next seminar</h6>
<p>
We are looking for individuals interested in contributing to Bitcoin Core or The Lightning Network. We are open to all levels of experience but passion is a must.</p>
<ul>
<li>Complete the application.</li>
<li>If you are a good fit for the program, we'll ask you to complete an exercise.</li>
<li>Once exercise is completed, you'll have a brief call with a Chaincode representative.</li>
<li>Acceptance to our seminars happen on a rolling basis and you'll be placed in an upcoming cohort.</li>
</ul>
</div>
<div class="col-lg-12 text-center">
<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger center-block mr-2" href="https://chaincode.applytojob.com/apply/9I75v7voVu/Chaincode-Labs-Bitcoin-Protocol-Development-Seminar-Virtual">Apply to ₿</a>
<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger center-block ml-2" href="https://chaincode.applytojob.com/apply/siGtcAEomU/Chaincode-Labs-Lightning-Protocol-Development-Seminar-Virtual">Apply to LN</a>
</div>
<div class="col-lg-6 text-center">
</div>
</div>
</div>
</section> -->
<!-- Apply -->
<section id="apply">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="section-heading text-center">Change your life</h2>
<h4 class="text-center">Start your career in bitcoin OSS</h4>
<p>
If you are serious about a career in Bitcoin and Lightning OSS, we strongly encourage you to apply. While a baseline level of code proficiency is required, we welcome all backgrounds and technical experiences. Participants will be expected to work in C++ or Rust regardless of prior experience. (If you don't know any of these languages, but are eager to learn, YOU SHOULD STILL APPLY. We'll give you the resources to level up!)</p>
<ul>
<li>As with all of our educational initiatives, there is NO COST associated with this program.</li>
<li>Complete the application by DECEMBER 31, 2024.</li>
<li>If you are a good fit, we'll ask you to complete an exercise.</li>
<li>The program begins the week of January 13th and runs until April 11th, 2025.</li>
</ul>
</div>
<div class="col-lg-12 text-center mt-3">
<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger center-block mr-2" href="https://chaincode.applytojob.com/apply/6mL9A9flfQ/Start-Your-Career-In-Bitcoin-FOSS-2025">Start my Career in ₿OSS</a>
</div>
</div>
</div>
</section>
<!-- Mentors -->
<section class="bg-light" id="alum">
<div class="container">
<div class="row">
<div class="col-lg-12 ">
<h2 class="section-heading text-center">2024 ₿OSS alum</h2>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-lg-3">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/boss-alum/nick.png" alt="Nick profile photo">
<h4>Nick</h4>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a target="_blank" href="https://github.com/nyonson">
<i class="fa fa-github"></i>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="https://blog.yonson.dev">
<i class="fa fa-pencil"></i>
</a>
</li>
</ul>
<div class="bio">
Funded by
<a href="https://spiral.xyz/">Spiral</a>
to contribute to
<a href="https://github.com/rust-bitcoin/">Rust-Bitcoin</a>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/boss-alum/rob.jpg" alt="profile photo">
<h4>Rob</h4>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a target="_blank" href="https://github.com/rustaceanrob">
<i class="fa fa-github"></i>
</a>
</li>
</ul>
<div class="bio">
Funded by
<a href="https://bitcoindevkit.org/">BDK Foundation</a> and
<a href="https://opensats.org">OpenSats</a>
to contribute to
<a href="https://bitcoindevkit.org/">BDK</a>
and
<a href="https://github.com/rustaceanrob/kyoto">kyoto</a>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/boss-alum/david.jpg" alt="David profile photo">
<h4>David</h4>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a target="_blank" href="https://github.com/davidgumberg">
<i class="fa fa-github"></i>
</a>
</li>
</ul>
<div class="bio">
Funded by
<a href="https://opensats.org">OpenSats</a>
to contribute to
<a href="https://github.com/bitcoin/bitcoin">Bitcoin Core</a>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/boss-alum/rkrux.jpg" alt="profile photo">
<h4>Rkrux</h4>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a target="_blank" href="https://github.com/rkrux">
<i class="fa fa-github"></i>
</a>
</li>
</ul>
<div class="bio">
Funded by
<a href="https://maelstrom.fund/bitcoin-grant-program/">Maelstrom</a>
to contribute to
<a href="https://github.com/bitcoin/bitcoin">Bitcoin Core</a>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/boss-alum/hodlinator.png" alt="Hodlinator profile photo">
<h4>Hodlinator</h4>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a target="_blank" href="https://github.com/Hodlinator/">
<i class="fa fa-github"></i>
</a>
</li>
</ul>
<div class="bio">
Funded by
<a href="https://opensats.org">OpenSats</a>
to contribute to
<a href="https://github.com/bitcoin/bitcoin">Bitcoin Core</a>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/boss-alum/tdb3.png" alt="tdb3 profile photo">
<h4>tdb3</h4>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a target="_blank" href="https://github.com/tdb3">
<i class="fa fa-github"></i>
</a>
</li>
</ul>
<div class="bio">
Funded by
<a href="https://opensats.org">OpenSats</a>
to contribute to
<a href="https://github.com/bitcoin/bitcoin">Bitcoin Core</a>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/boss-alum/spacebear.png" alt="spacebear profile photo">
<h4>Spacebear</h4>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a target="_blank" href="https://github.com/spacebear21">
<i class="fa fa-github"></i>
</a>
</li>
</ul>
<div class="bio">
Funded by
<a href="https://spiral.xyz/">Spiral</a>
to contribute to
<a href="https://github.com/payjoin/rust-payjoin/">PayJoin</a>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/boss-alum/marco.jpg" alt="Marco profile photo">
<h4>Marco</h4>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a target="_blank" href="https://github.com/marcofleon">
<i class="fa fa-github"></i>
</a>
</li>
</ul>
<div class="bio">
Funded by
<a href="https://brink.dev">Brink</a>
to contribute to
<a href="https://github.com/bitcoin/bitcoin">Bitcoin Core</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="bg-light" id="resources">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="section-heading text-center">Resources</h2>
</div>
</div>
<div class="row">
<a target="_blank" href="https://chaincode.gitbook.io/seminars/">
<div class="col-sm-2">
<span class="fa-stack fa-4x">
<i class="fa fa-book" style="color:black"></i>
</span>
</div>
</a>
<div class="col-sm-10">
<a target="_blank" href="https://chaincode.gitbook.io/seminars/">
<h4>Self Paced Seminars</h4>
</a>
<p class="text-muted">Materials are available for anyone to use with readings and discussion questions on various Bitcoin and Lightning topics.</p>
</div>
</div>
<div class="row">
<a target="_blank" href="https://bitcoincore.academy">
<div class="col-sm-2">
<span class="fa-stack fa-4x">
<i class="fa fa-graduation-cap" style="color:black"></i>
</span>
</div>
</a>
<div class="col-sm-10">
<a target="_blank" href="https://bitcoincore.academy">
<h4>Onboarding to Bitcoin Core</h4>
</a>
<p class="text-muted">Covering both the technical components such as, architecture, consensus, validation, the wallet, P2P, and script, and also introduces the under-documented social aspects like PR etiquette and the decentralized development process.</p>
</div>
</div>
<div class="row">
<a target="_blank" href="https://bitcoindevphilosophy.com">
<div class="col-sm-2">
<span class="fa-stack fa-4x">
<i class="fa fa-desktop" style="color:black"></i>
</span>
</div>
</a>
<div class="col-sm-10">
<a target="_blank" href="https://bitcoindevphilosophy.com">
<h4>Bitcoin development philosophy</h4>
</a>
<p class="text-muted">A guide for Bitcoin developers who already understand the basics of concepts and processes such as Proof-of-Work, block building, and the transaction life cycle, and who want to level up by gaining a deeper understanding of Bitcoin's design trade-offs and philosophy.</p>
</div>
</div>
<div class="row">
<a target="_blank" href="https://btcdemy.thinkific.com">
<div class="col-sm-2">
<span class="fa-stack fa-4x">
<i class="fa fa-code" style="color:black"></i>
</span>
</div>
</a>
<div class="col-sm-10">
<a target="_blank" href="https://btcdemy.thinkific.com">
<h4>Rust for bitcoiners</h4>
</a>
<p class="text-muted">Master the fundamentals of Rust and bitcoin. Start your journey to becoming a bitcoin rust contributor.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-4">
<span class="copyright">Copyright © <a href="https://chaincode.com">Chaincode Labs</a> 2024</span>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/popper/popper.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/agency.min.js"></script>
</body>
</html>