forked from jimmysong/programmingbitcoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayout.html
More file actions
15 lines (15 loc) · 994 Bytes
/
layout.html
File metadata and controls
15 lines (15 loc) · 994 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{ doctype }}
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="publisher" content="O'Reilly Media, Inc."/>
<meta name="author" content="Jimmy Song"/>
<meta name="date" content="2019-03-05"/>
<meta name="description" content="Learn how to program a Bitcoin library with this hands-on guide from one of the leading teachers on bitcoin and bitcoin programming. Author Jimmy Song shows you the basics, including the math, blocks, network, and transactions behind this popular cryptocurrency and its blockchain payment system. You'll also learn how simplified payment verification and how proof-of-work works. You can use this book as a training tool to help you learn Bitcoin concepts and then as a handy reference guide once you start to build your Bitcoin library."/>
<meta name="identifier" content="9781492031499"/>
<title>{{ title }}</title>
</head>
<body data-type="book">
{{ content }}
</body>
</html>