From bf8f197553b4e64e3ab296d89213d6979de0d133 Mon Sep 17 00:00:00 2001 From: Nicolas Dorier Date: Wed, 23 Apr 2025 21:50:33 +0900 Subject: [PATCH] BIP388: List BTCPay Server and NBitcoin implementations * BTCPay Server and NBitcoin supporting BIP388 * BIP388: Spelling improvements Co-authored-by: Salvatore Ingala <6681844+bigspider@users.noreply.github.com> --- bip-0388.mediawiki | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bip-0388.mediawiki b/bip-0388.mediawiki index a16690ec..cc9de427 100644 --- a/bip-0388.mediawiki +++ b/bip-0388.mediawiki @@ -328,6 +328,8 @@ Wallet policies are implemented in * the [https://github.com/LedgerHQ/app-bitcoin-new Ledger bitcoin application] since version 2.1.0; * the [https://github.com/digitalbitbox/bitbox02-firmware BitBox02 firmware] since version v9.15.0; * [https://github.com/Blockstream/Jade Blockstream Jade] since version v1.0.24, via [https://github.com/ElementsProject/libwally-core libwally-core] v1.0.0. +* [https://github.com/btcpayserver/btcpayserver BTCPay Server] from version [https://github.com/btcpayserver/btcpayserver/pull/6684 v2.1.1]. (Currently only a limited subset of singlesig and multisig policies) +* [https://github.com/MetacoSA/NBitcoin/ NBitcoin] through Miniscript.Parse. For development and testing purposes, we provide a [[bip-0388/wallet_policies.py|Python 3.7 reference implementation]] of simple classes to handle wallet policies, and the conversion to/from output script descriptors. The reference implementation is for demonstration purposes only and not to be used in production environments.