64 lines
2.0 KiB
HTML
64 lines
2.0 KiB
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||
|
<meta name="description" content="Bitcoin Core RPC Docs - Main page">
|
||
|
<meta name="author" content="">
|
||
|
|
||
|
<title>Main page - Bitcoin Core RPC Docs</title>
|
||
|
|
||
|
<!-- Bootstrap core CSS -->
|
||
|
<link href="./bootstrap.min.css" rel="stylesheet">
|
||
|
</head>
|
||
|
<style>
|
||
|
.card-body {
|
||
|
font-size:80%;
|
||
|
padding-top: 0.5em;
|
||
|
}
|
||
|
pre {
|
||
|
word-break: break-word;
|
||
|
white-space: pre-wrap;
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
|
||
|
<nav class="navbar navbar-dark bg-dark ">
|
||
|
<a class="navbar-brand" href="/">Bitcoin Core RPC docs</a>
|
||
|
</nav>
|
||
|
|
||
|
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||
|
|
||
|
<div class="row">
|
||
|
<div class="col-8">
|
||
|
<h1>Main page - Bitcoin RPC</h1>
|
||
|
<pre>
|
||
|
Select a command on the right.
|
||
|
</pre>
|
||
|
<hr>
|
||
|
<p>
|
||
|
This is a website, created out of frustration with uncomplete and outdated Bitcoin Core RPC documentation online.
|
||
|
</p>
|
||
|
<p>
|
||
|
It was inspired by <a href="http://chainquery.com/bitcoin-api">ChainQuery</a>, which seems to be abandoned. These docs are even simplier, so they can be regenerated by anyone.
|
||
|
</p>
|
||
|
<p>
|
||
|
Made by <a href="https://twitter.com/karel_3d">@karel_3d</a>; license of the docs is MIT (see <a href="https://github.com/bitcoin/bitcoin/">bitcoin repo</a>), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) (<a href="https://github.com/bitcoin-rpc/bitcoin-rpc.github.io">github repo</a>)
|
||
|
</p>
|
||
|
<p>
|
||
|
Bitcoin version: 0.16.0.
|
||
|
</p>
|
||
|
<p>
|
||
|
Note that the RPC is from a regtest node (for completeness), so it includes some additional calls that a regular node doesn't have.
|
||
|
</p>
|
||
|
</div>
|
||
|
<div class="col-4">
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
</main> <!-- /container -->
|
||
|
</body>
|
||
|
</html>
|