mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
website: better llm files
This commit is contained in:
@@ -1,10 +1,35 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>BRK API</title>
|
||||
<title>BRK API — Bitcoin Research Kit</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Bitcoin Research Kit's API documentation via Scalar"
|
||||
content="Free Bitcoin on-chain analytics API. Thousands of time-series, block explorer, address index, mempool, mining stats. No auth required."
|
||||
/>
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:title" content="BRK API — Bitcoin Research Kit" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Free Bitcoin on-chain analytics API. Thousands of time-series, block explorer, address index, mempool, mining stats. No auth required."
|
||||
/>
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://bitview.space/api" />
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://bitview.space/assets/favicon-196.png"
|
||||
/>
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:title" content="BRK API — Bitcoin Research Kit" />
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="Free Bitcoin on-chain analytics API. Thousands of time-series, block explorer, address index. No auth required."
|
||||
/>
|
||||
<meta
|
||||
name="twitter:image"
|
||||
content="https://bitview.space/assets/favicon-196.png"
|
||||
/>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
Reference in New Issue
Block a user