forked from interledger/interledger.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideos.html
51 lines (36 loc) · 2.98 KB
/
videos.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
---
layout: page
title: "Videos | Interledger"
body-class: "getting-started"
active-nav: "Docs"
active-sub-nav: "Videos"
---
<!-- videossection -->
<div class="container videos-wrapper">
<div class="row">
{% include docs-sidebar.html %}
<div class="col-sm-8 wrapper">
<h1 class="page-header">Videos</h1>
<h2>ILP Overview, 1st Real Money Payment, and "Dial-Up Interledger"</h2>
<p>Watch the presentations from the 2nd Interledger Community Workshop in London on July 6. <a target="_blank" href="https://gatehub.net">Gatehub</a> and <a target="_blank" href="https://bitstamp.net">Bitstamp</a> demonstrate the first real money Interledger payment, <a target="_blank" href="https://www.bigchaindb.com/">BigchainDB</a> discusses how they are building ILP into the core of their blockchain, Stefan Thomas and Evan Schwartz give an overview and deep dive on ILP, and Ben Sharafian shows off "dial-up Interledger".
<div class="video-container">
<iframe width="640" height="360" src="https://www.youtube.com/embed/zaqWdL25caU?list=PLIR1FI1vEGeHgJeTGOh8CpKXXUhuXJ5Lm&rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
<h2>Building The Internet Of Payments With Interledger</h2>
<p>In this <a target="_blank" href="https://epicenterbitcoin.com">Epicenter Bitcoin</a> episode, Stefan Thomas and Evan Schwartz explain the vision, origins and architecture of Interledger. They also discuss the ongoing work with the W3C to create a neutral, open payments standard and how you can get involved.</p>
<div class="video-container">
<iframe width="640" height="360" src="https://www.youtube.com/embed/izon3JJRs5w?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
<h2>Micropayment Demo: Interledger + Torrents</h2>
<p>Evan Schwartz demonstrates how Interledger payments can be built into file sharing protocols to allow both file sharers and content producers to get paid by downloaders.</p>
<div class="video-container">
<iframe width="640" height="360" src="https://www.youtube.com/embed/525Z7Ck0ffY?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
<h2>Crypto Conditions</h2>
<p>Stefan Thomas explains <a target="_blank" href="https://github.com/interledger/rfcs/tree/master/0002-crypto-conditions">Crypto Conditions</a>, a suite of cryptographic primitives, or conditions, and methods for combining them. Crypto Conditions are used for transfer holds in Interledger Transport layer protocols to provide payment reliability. Crypto Conditions can also be used to add multi-signature in other contexts.</p>
<div class="video-container">
<iframe width="640" height="360" src="https://www.youtube.com/embed/YfBDDWp58po?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</div> <!-- /container -->