From 54eab75f496bc032f657dcc13b27a94f56f569ff Mon Sep 17 00:00:00 2001 From: gr0kchain Date: Fri, 17 Jun 2022 11:45:33 +0200 Subject: [PATCH] Fixed https links --- docs/index.html | 4 ++-- docs/references/index.html | 2 +- docs/sitemap.xml.gz | Bin 207 -> 207 bytes 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index 78a6e98..fec844e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -124,7 +124,7 @@

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.

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.

Historically, providers have been made available as window.bitcoin or window.webln in web browsers, but this convention is not part of the specification.

-

A list of current work in progress can be tracked from the issues tab in the playground repository, which includes a functional spec demonstration. A hosted instance of the demo can be found here together with the accompanying specification documentation.

+

A list of current work in progress can be tracked from the issues tab in the playground repository, which includes a functional spec demonstration. A hosted instance of the demo can be found here together with the accompanying specification documentation.