Files
BitcoinAndLightningLayerSpe…/index.html
Bitcoin Error Log 6374288244 Add LSP
Add lsp and a temp chat link
2022-06-17 06:05:31 -05:00

27 lines
951 B
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>
<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://chat.synonym.to">Learn more</a></p>
</dd>
</dl>
</body>
</html>