-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·178 lines (161 loc) · 8.01 KB
/
index.html
File metadata and controls
executable file
·178 lines (161 loc) · 8.01 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bitcoin Core Tech & Docs</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800,900" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/railscasts.min.css">
<link rel="stylesheet" href="resources/css/scribbler-global.css">
<link rel="stylesheet" href="resources/css/scribbler-landing.css">
</head>
<body>
<nav>
<div class="logo"></div>
<ul class="menu">
<div class="menu__item toggle"><span></span></div>
<li class="menu__item"><a href="https://github.com/bitcoincoretech" target="_" class="link link--dark"><i
class="fa fa-github"></i>Github</a></li>
</ul>
</nav>
<div class="hero">
<h1 class="hero__title">Bitcoin Core Tech & Docs</h1>
<p class="hero__description">Run Your Own Node</p>
</div>
<div class="hero__terminal">
<pre>
<!-- Place your demo code here -->
<code class="shell-session demo">bitcoincoretech ~ $ </code>
</pre>
</div>
<div class="wrapper">
<div class="feature">
<div class="feature__item">
<h3 class="section__title">The White Paper</h3>
<a href="https://github.com/bitcoincoretech/bitcoinbook/blob/develop/appdx-bitcoinwhitepaper.asciidoc"
target="_" class="link link--light">English</a>
<span>/</span>
<a href="https://github.com/bitcoincoretech/bitcoinbook/blob/develop-ro/appdx-bitcoinwhitepaper.asciidoc"
target="_" class="link link--light">Romanian</a>
<p>The original whitepaper, reproduced in its entirety exactly as it was published by Satoshi Nakamoto in
October 2008.
<a href="https://github.com/bitcoincoretech/bitcoincoretech.github.io/blob/master/pdf/bitcoin.pdf" target="_"
class="link link--light">PDF</a>
</p>
</div>
<div class="feature__item">
<h3 class="section__title">Mastering Bitcoin</h3>
<a href="https://github.com/bitcoinbook/bitcoinbook#chapters" target="_" class="link link--light">English</a>
<span>/</span>
<a href="https://github.com/bitcoincoretech/bitcoinbook/blob/develop-ro/pdf/book.pdf" target="_"
class="link link--light">Romanian</a>
<p><em>Mastering Bitcoin</em> is the best technical reference available on bitcoin today.</p>
<p data-type="attribution">Balaji S. Srinivasan (@balajis), General Partner, Andreessen Horowitz</p>
</div>
<div class="feature__item">
<h3 class="section__title">LNbits Browser Extension</h3>
<a href="https://github.com/bitcoincoretech/lnbits-link/releases" target="_"
class="link link--light">Releases</a>
<span>/</span>
<a href="https://github.com/bitcoincoretech/lnbits-link" target="_" class="link link--light">Repo</a>
<p>Light browser extensions for <a href="https://lnbits.org/" class="link link--dark">LNbits</a>.
It allows users to connect to any existing <a href="https://lnbits.org/" class="link link--dark">LNbits</a>
server and make payments in the browser. It supports:
<span class="code code--inline">BOLT11 invoices</span>, <span class="code code--inline">LNURL Pay</span>.
</p>
</div>
<div class="feature__item">
<h3 class="section__title">BitcoinJS UI</h3>
<a href="https://bitcoincore.tech/apps/bitcoinjs-ui/index.html" target="_" class="link link--light">Web UI</a>
<span>/</span>
<a href="https://github.com/bitcoincoretech/bitcoinjs-ui" target="_" class="link link--light">Repo</a>
<p>A simple UI that uses the open source library <a href="https://github.com/bitcoinjs/bitcoinjs-lib"
class="link link--dark">bitcoinjs-lib</a>. It covers most of the <span
class="code code--inline">psbt.ts</span>, <span class="code code--inline">transaction.ts</span> and <span
class="code code--inline">p2*.ts</span> APIs.
</p>
</div>
<div class="feature__item">
<h3 class="section__title">BOLT 11 UI</h3>
<a href="https://bitcoincore.tech/apps/bolt11-ui/index.html" target="_" class="link link--light">Web UI</a>
<span>/</span>
<a href="https://github.com/bitcoincoretech/bolt11-ui" target="_" class="link link--light">Repo</a>
<p>A simple UI that uses the open source library <a
href="https://github.com/bitcoinjs/bolt11">bitcoinjs/bolt11</a>.
Lightning Network Invoices: create, update, encode/decode and sign!
</p>
</div>
<div class="feature__item">
<h3 class="section__title">Sphinx Relay Light</h3>
<a href="https://github.com/bitcoincoretech/sphinx-relay-light/releases" target="_"
class="link link--light">Releases</a>
<span>/</span>
<a href="https://github.com/bitcoincoretech/sphinx-relay-light" target="_" class="link link--light">Repo</a>
<p>Electron UI wrapper around <a href="https://github.com/bitcoinjs/bolt11">Sphinx Relay</a>.
Its purpose is to allow users to connect to an already existing Lighting Network Node in order to use Sphinx
Chat.
</p>
</div>
<div class="feature__item">
<h3 class="section__title">Lightning Development Env</h3>
<a href="https://lndev.link" target="_" class="link link--light">lndev.link</a>
<span>/</span>
<a href="https://github.com/bitcoincoretech/lndev.link" target="_" class="link link--light">Repo</a>
<p> A Lightning Network development environment for <span class="code code--inline">testnet</span>. It has
<span class="code code--inline">bitcoind</span>,
<span class="code code--inline">LND</span>,
<span class="code code--inline">LNbits</span>,
<span class="code code--inline">LndHub</span>.
Deployed using <span class="code code--inline">docker</span> and <span
class="code code--inline">docker-compose</span>.
</p>
</div>
<div class="feature__item">
<h3 class="section__title"></h3>
<p>
<br><br><br>
</p>
</div>
</div>
<div class="changelog">
<div class="wrapper">
<h3 class="section__title">Posts</h3>
<div class="changelog__item">
<div class="changelog__meta">
<h4 class="changelog__title">Feb 18, 2021</h4>
<small class="changelog__date"></small>
</div>
<div class="changelog__detail">
<a href="https://motorina0.medium.com/updating-the-balance-of-a-payment-channel-944a713a8408"
class="link--light">
Updating the balance of a Payment Channel</a>
</div>
</div>
<div class="changelog__item">
<div class="changelog__meta">
<h4 class="changelog__title">Feb 12, 2021</h4>
<small class="changelog__date"></small>
</div>
<div class="changelog__detail">
<a href="https://motorina0.medium.com/rsm-contracts-f690cfdf04e8" class="link--light">
RSM Contracts</a>
</div>
</div>
<div class="changelog__callout">
<a href="https://motorina0.medium.com/" class="button--secondary">Checkout Medium</a>
</div>
</div>
</div>
<footer class="footer">
Page template credits
<a href="https://tympanus.net/codrops/2018/01/12/freebie-scribbler-website-template-html-sketch/"
class="link link--light">Codrops</a>,
<a href="https://github.com/amiechen" class="link link--light">Amie Chen</a>.
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="resources/js/scribbler.js"></script>
</body>
</html>