mirror of
https://github.com/aljazceru/BitcoinAndLightningLayerSpecs.github.io.git
synced 2025-12-17 22:14:24 +01:00
32 lines
1.3 KiB
HTML
32 lines
1.3 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Bitcoin And Lightning Layer Specifications</title>
|
|
<link rel="icon" href="/favicon.ico">
|
|
<link rel='stylesheet' type='text/css' href='lynx.css'>
|
|
<script type='text/javascript' src='lynx.js'></script>
|
|
</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/">Docs</a></p>
|
|
<p><a href="https://github.com/BitcoinAndLightningLayerSpecs/WebBTC">Github</a></p>
|
|
<p><a href="https://t.me/bitcoinandlightningspecs">Chat</a></p>
|
|
|
|
</dd>
|
|
</dl>
|
|
<dl>
|
|
<dt>LSP</dt>
|
|
<dd>
|
|
<p>As Lightning Network technology evolves, Lightning Service Providers are becoming an important part of Bitcoin infrastructure. We are currently working together to establish interoperable API specifications.</p>
|
|
<p><a href="https://github.com/BitcoinAndLightningLayerSpecs/lsp">Github</a></p>
|
|
<p><a href="https://t.me/bitcoinandlightningspecs">Chat</a></p>
|
|
|
|
</dd>
|
|
</dl>
|
|
</body>
|
|
</html>
|