Changed up website structure moving WebBTC as a sub specification
BIN
favicon.ico
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 9.8 KiB |
18
index.html
@@ -1 +1,17 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>specwrapper</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><link href="/css/app.33e3e4f6.css" rel="preload" as="style"><link href="/css/chunk-vendors.d4e3e587.css" rel="preload" as="style"><link href="/js/app.3a0da46d.js" rel="preload" as="script"><link href="/js/chunk-vendors.73627de4.js" rel="preload" as="script"><link href="/css/chunk-vendors.d4e3e587.css" rel="stylesheet"><link href="/css/app.33e3e4f6.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but specwrapper doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/js/chunk-vendors.73627de4.js"></script><script src="/js/app.3a0da46d.js"></script></body></html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Bitcoin And Lightning Layer Specifications</title>
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Bitcoin And Lightning Layer Specifications</h1>
|
||||
<dl>
|
||||
<dt>WebBTC</dt>
|
||||
<dd>
|
||||
<p>A common convention in the Bitcoin web application ecosystem is for key management software (“wallets”) to expose their API via a JavaScript object in the web page. This object is called the common web wallet interface.</p>
|
||||
<p><a href="/webbtc/">Read more</a></p>
|
||||
</dd>
|
||||
</dl>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
|
Before Width: | Height: | Size: 434 KiB After Width: | Height: | Size: 434 KiB |
@@ -1 +1 @@
|
||||
pre[data-v-79b867c0]{background:#f4f4f4;border:1px solid #ddd;border-left:3px solid #f36d33;color:#666;page-break-inside:avoid;font-family:monospace;font-size:15px;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1em 1.5em;display:block;word-wrap:break-word}
|
||||
pre[data-v-8d2c3d76]{background:#f4f4f4;border:1px solid #ddd;border-left:3px solid #f36d33;color:#666;page-break-inside:avoid;font-family:monospace;font-size:15px;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1em 1.5em;display:block;word-wrap:break-word}
|
||||
1
webbtc/demo/css/app.ece63869.css
Normal file
@@ -0,0 +1 @@
|
||||
pre[data-v-d84043f6]{background:#f4f4f4;border:1px solid #ddd;border-left:3px solid #f36d33;color:#666;page-break-inside:avoid;font-family:monospace;font-size:15px;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1em 1.5em;display:block;word-wrap:break-word}
|
||||
BIN
webbtc/demo/favicon.ico
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
1
webbtc/demo/index.html
Normal file
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/webbtc/demo/favicon.ico"><title>specwrapper</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><link href="/webbtc/demo/css/app.ece63869.css" rel="preload" as="style"><link href="/webbtc/demo/css/chunk-vendors.d4e3e587.css" rel="preload" as="style"><link href="/webbtc/demo/js/app.27405eeb.js" rel="preload" as="script"><link href="/webbtc/demo/js/chunk-vendors.73627de4.js" rel="preload" as="script"><link href="/webbtc/demo/css/chunk-vendors.d4e3e587.css" rel="stylesheet"><link href="/webbtc/demo/css/app.ece63869.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but specwrapper doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/webbtc/demo/js/chunk-vendors.73627de4.js"></script><script src="/webbtc/demo/js/app.27405eeb.js"></script></body></html>
|
||||
2
webbtc/demo/js/app.03034cc8.js
Normal file
1
webbtc/demo/js/app.03034cc8.js.map
Normal file
2
webbtc/demo/js/app.27405eeb.js
Normal file
1
webbtc/demo/js/app.27405eeb.js.map
Normal file
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@@ -124,7 +124,7 @@
|
||||
<p>A common convention in the Bitcoin web application ecosystem is for key management software (“wallets”) to expose their API via a JavaScript object in the web page. This object is called the common web wallet interface.</p>
|
||||
<p>Historically, Provider implementations have exhibited conflicting interfaces and behaviors between wallets. This working group formalizes an Bitcoin extension API to promote wallet interoperability. The API is designed to be minimal, event-driven, and agnostic of transport and RPC protocols. Its functionality is easily extended by defining new RPC methods and message event types.</p>
|
||||
<p>Historically, providers have been made available as <code>window.bitcoin</code> or <code>window.webln</code> in web browsers, but this convention is not part of the specification.</p>
|
||||
<p>A list of current work in progress can be tracked from the <a href="https://github.com/BitcoinAndLightningLayerSpecs/WebBTC/issues">issues</a> tab in the <a href="https://github.com/BitcoinAndLightningLayerSpecs/WebBTC/issues">playground repository</a>, which includes a functional spec demonstration. A hosted instance of the demo can be found <a href="https://bitcoinandlightninglayerspecs.github.io/">here</a> together with the accompanying <a href="https://bitcoinandlightninglayerspecs.github.io/docs">specification documentation</a>.</p>
|
||||
<p>A list of current work in progress can be tracked from the <a href="https://github.com/BitcoinAndLightningLayerSpecs/WebBTC/issues">issues</a> tab in the <a href="https://github.com/BitcoinAndLightningLayerSpecs/WebBTC/issues">playground repository</a>, which includes a functional spec demonstration. A hosted instance of the demo can be found <a href="/webbtc/demo/">here</a> together with the accompanying <a href="/webbtc/">specification documentation</a>.</p>
|
||||
|
||||
</div>
|
||||
</div><footer>
|
||||
@@ -172,5 +172,5 @@
|
||||
|
||||
<!--
|
||||
MkDocs version : 1.3.0
|
||||
Build Date UTC : 2022-06-17 09:43:48.072202+00:00
|
||||
Build Date UTC : 2022-06-17 10:28:54.427563+00:00
|
||||
-->
|
||||
@@ -122,7 +122,8 @@
|
||||
|
||||
<h1 id="references">References</h1>
|
||||
<ul>
|
||||
<li><a href="https://bitcoinandlightninglayerspecs.github.io">Spec Demo</a></li>
|
||||
<li><a href="https://balls.dev/webbtc/demo/">Spec Demo</a></li>
|
||||
<li><a href="https://balls.dev/webbtc/">WebBTC documentation</a></li>
|
||||
<li><a href="https://wallet.synonym.to">Onchain Wallet Documentation</a></li>
|
||||
<li><a href="https://webln.twentyuno.net/">A WebLN playground</a></li>
|
||||
<li><a href="https://webln.dev/">WebLN Documentation</a></li>
|
||||