-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
249 lines (225 loc) · 11.4 KB
/
index.html
File metadata and controls
249 lines (225 loc) · 11.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Use Lightning Network</title>
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<div class="relative overflow-hidden">
<div class="relative pt-12 pb-16 sm:pb-24">
<div class="max-w-6xl mx-auto px-4 sm:px-6">
<nav class="relative flex items-center justify-between sm:h-10 md:justify-center">
<div class="flex items-center flex-1 md:absolute md:inset-y-0 md:left-0">
<div class="flex items-center justify-between w-full md:w-auto text-yellow-500">
<svg class="h-10 w-auto hide-initially" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"
fill="currentColor" style="display: none">
<path fill-rule="evenodd"
d="M11.3 1.046A1 1 0 0112 2v5h4a1 1 0 01.82 1.573l-7 10A1 1 0 018 18v-5H4a1 1 0 01-.82-1.573l7-10a1 1 0 011.12-.38z"
clip-rule="evenodd"/>
</svg>
</div>
</div>
</nav>
</div>
<div class="mt-8 mx-auto max-w-7xl px-4 sm:px-6">
<div class="text-center">
<h1 class="text-4xl tracking-tight font-extrabold text-gray-900 sm:text-5xl md:text-6xl">
<span class="block">Use</span>
<span class="block text-indigo-600">Lightning Network</span>
</h1>
<p class="mt-5 max-w-md mx-auto text-base text-gray-500 sm:text-lg md:mt-5 md:text-xl md:max-w-3xl">
Scalable, Instant Bitcoin/Blockchain Transactions
</p>
</div>
</div>
<div class="bg-white">
<div class="max-w-6xl mx-auto pt-12 px-4 sm:px-6 lg:pt-24 lg:px-8 md:grid grid-cols-2 md:gap-x-8">
<div>
<p class="mt-2 text-3xl font-extrabold text-gray-900">What is Lightning Network?</p>
<p class="mt-4 text-lg text-gray-600">Bitcoin’s Lightning Network is a technical innovation that allows its users to send bitcoin faster and more cheaply than if they were using Bitcoin’s primary network.
</p>
</div>
<div class="mt-12 sm:mt-0">
<div>
<p class="mt-2 text-3xl font-extrabold text-gray-900">How to use Lightning Network?</p>
<p class="mt-4 text-lg text-gray-600">To start making and accepting payments on Bitcoin Lightning Network you need to install a wallet with Bitcoin Lightning Network support.
</p>
</div>
</div>
</div>
</div>
<div class="bg-white">
<div class="max-w-6xl mx-auto pt-12 px-4 sm:px-6 lg:pt-24 lg:px-8 lg:grid lg:grid-cols-2 lg:gap-x-8">
<div>
<p class="mt-2 text-3xl font-extrabold text-gray-900">Custodial Wallets</p>
<p class="mt-4 text-lg text-gray-600">When using custodial wallets, the wallet company has the ownership of your keys, which means you have to trust them not to run away with your money.
<br/><br/>Custodial wallets offer quick and simple on-boarding, which is great for beginners and as first introduction into Lightning Network.
</p>
</div>
<div class="mt-12 lg:mt-14">
<dl class="space-y-10">
<div class="flex">
<svg class="flex-shrink-0 h-6 w-auto hide-initially text-yellow-500" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
fill="currentColor" style="display: none">
<path fill-rule="evenodd"
d="M11.3 1.046A1 1 0 0112 2v5h4a1 1 0 01.82 1.573l-7 10A1 1 0 018 18v-5H4a1 1 0 01-.82-1.573l7-10a1 1 0 011.12-.38z"
clip-rule="evenodd"/>
</svg>
<div class="ml-3">
<dt class="text-lg leading-6 font-medium text-gray-900 font-semibold">
<a href="https://bluewallet.io/" target="_blank"
class="text-indigo-600 hover:text-indigo-900">Blue Wallet</a>
</dt>
<dd class="mt-2 text-base text-gray-500">
Open source Bitcoin and Lightning wallet for iOS, Android and Desktop.
</dd>
</div>
</div>
<div class="flex">
<svg class="flex-shrink-0 h-6 w-auto hide-initially text-yellow-500" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
fill="currentColor" style="display: none">
<path fill-rule="evenodd"
d="M11.3 1.046A1 1 0 0112 2v5h4a1 1 0 01.82 1.573l-7 10A1 1 0 018 18v-5H4a1 1 0 01-.82-1.573l7-10a1 1 0 011.12-.38z"
clip-rule="evenodd"/>
</svg>
<div class="ml-3">
<dt class="text-lg leading-6 font-medium text-gray-900 font-semibold">
<a href="https://www.walletofsatoshi.com/" target="_blank"
class="text-indigo-600 hover:text-indigo-900">Wallet of Satoshi</a>
</dt>
<dd class="mt-2 text-base text-gray-500">
Bitcoin and Lightning wallet for iOS and Android.
</dd>
</div>
</div>
</dl>
</div>
</div>
</div>
<div class="max-w-6xl mx-auto pt-12 px-4 sm:px-6 lg:pt-24 lg:px-8 lg:grid lg:grid-cols-3 lg:gap-x-8">
<div>
<p class="mt-2 text-3xl font-extrabold text-gray-900">Non-Custodial Wallets</p>
<p class="mt-4 text-lg text-gray-600">Non-custodial wallets allow the user to take full ownership of his/her bitcoins.
<br/><br/>Some non-custodial wallets use built-in/running Lightning node or may require to connect to a remote node and is more appropriate for more experienced users.
</p>
</div>
<div class="mt-12 lg:mt-16 lg:col-span-2">
<dl class="space-y-10 sm:space-y-0 sm:grid sm:grid-cols-2 sm:grid-flow-row sm:gap-x-6 sm:gap-y-8">
<div class="flex">
<svg class="flex-shrink-0 h-6 w-auto hide-initially text-yellow-500" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
fill="currentColor" style="display: none">
<path fill-rule="evenodd"
d="M11.3 1.046A1 1 0 0112 2v5h4a1 1 0 01.82 1.573l-7 10A1 1 0 018 18v-5H4a1 1 0 01-.82-1.573l7-10a1 1 0 011.12-.38z"
clip-rule="evenodd"/>
</svg>
<div class="ml-3">
<dt class="text-lg leading-6 font-medium text-gray-900 font-semibold">
<a href="https://zaphq.io/" target="_blank" class="text-indigo-600 hover:text-indigo-900">Zap</a>
</dt>
<dd class="mt-2 text-base text-gray-500">
Lightning wallet for iOS, Android and Desktop.
</dd>
</div>
</div>
<div class="flex">
<svg class="flex-shrink-0 h-6 w-auto hide-initially text-yellow-500" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
fill="currentColor" style="display: none">
<path fill-rule="evenodd"
d="M11.3 1.046A1 1 0 0112 2v5h4a1 1 0 01.82 1.573l-7 10A1 1 0 018 18v-5H4a1 1 0 01-.82-1.573l7-10a1 1 0 011.12-.38z"
clip-rule="evenodd"/>
</svg>
<div class="ml-3">
<dt class="text-lg leading-6 font-medium text-gray-900 font-semibold">
<a href="https://phoenix.acinq.co/" target="_blank"
class="text-indigo-600 hover:text-indigo-900">Phoenix</a>
</dt>
<dd class="mt-2 text-base text-gray-500">
Lightning wallet for Android.
</dd>
</div>
</div>
<div class="flex">
<svg class="flex-shrink-0 h-6 w-auto hide-initially text-yellow-500" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
fill="currentColor" style="display: none">
<path fill-rule="evenodd"
d="M11.3 1.046A1 1 0 0112 2v5h4a1 1 0 01.82 1.573l-7 10A1 1 0 018 18v-5H4a1 1 0 01-.82-1.573l7-10a1 1 0 011.12-.38z"
clip-rule="evenodd"/>
</svg>
<div class="ml-3">
<dt class="text-lg leading-6 font-medium text-gray-900 font-semibold">
<a href="https://breez.technology/" target="_blank"
class="text-indigo-600 hover:text-indigo-900">Breez</a>
</dt>
<dd class="mt-2 text-base text-gray-500">
Lightning wallet for iOS and Android.
</dd>
</div>
</div>
<div class="flex">
<svg class="flex-shrink-0 h-6 w-auto hide-initially text-yellow-500" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
fill="currentColor" style="display: none">
<path fill-rule="evenodd"
d="M11.3 1.046A1 1 0 0112 2v5h4a1 1 0 01.82 1.573l-7 10A1 1 0 018 18v-5H4a1 1 0 01-.82-1.573l7-10a1 1 0 011.12-.38z"
clip-rule="evenodd"/>
</svg>
<div class="ml-3">
<dt class="text-lg leading-6 font-medium text-gray-900 font-semibold">
<a href="https://muun.com/" target="_blank"
class="text-indigo-600 hover:text-indigo-900">Muun</a>
</dt>
<dd class="mt-2 text-base text-gray-500">
Lightning wallet for iOS and Android.
</dd>
</div>
</div>
</dl>
</div>
</div>
<div class="max-w-6xl mx-auto py-12 px-4 sm:px-6 lg:py-24 lg:px-8">
<div>
<p class="mt-2 text-3xl font-extrabold text-gray-900">More Resources</p>
<div class="mt-4 font-medium leading-8">
<a href="https://www.youtube.com/watch?v=rrr_zPmEiME" target="_blank"
class="block text-indigo-600 hover:text-indigo-900">Video: Bitcoin's Lightning Network, Simply Explained!</a>
<a href="https://www.youtube.com/watch?v=rrr_zPmEiME" target="_blank"
class="block text-indigo-600 hover:text-indigo-900">Video: Non-Technical: Lightning Network Explained</a>
<a href="https://www.lopp.net/lightning-information.html" target="_blank"
class="block text-indigo-600 hover:text-indigo-900">Lightning Network Resources</a>
<a href="https://github.com/bcongdon/awesome-lightning-network" target="_blank"
class="block text-indigo-600 hover:text-indigo-900">A Curated List of Awesome Lightning Network Resources</a>
</div>
</div>
</div>
</div>
</div>
<footer class="bg-white">
<div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="border-t border-gray-200"></div>
<div class="py-12 md:flex md:items-center md:justify-between">
<div class="flex justify-center space-x-6 md:order-2">
<a href="https://github.com/cryptochill/use-lightning-network"
class="text-base text-indigo-600 hover:text-gray-900" target="_blank">
Contribute to this page on Github
</a>
</div>
<div class="mt-8 md:mt-0 md:order-1">
<p class="text-base text-gray-500">
This site is made as a simple guide to help new users to on-board Lightning Network. <br/>
Feel free to link to this website as a Help resource.
</p>
</div>
</div>
</div>
</footer>
<script type="module" src="/main.js"></script>
</body>
</html>