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.