From 448de3cafd1c52f2e4b72c608f518e7cd261ca9c Mon Sep 17 00:00:00 2001 From: Ava Chow Date: Thu, 25 Apr 2024 10:23:28 -0400 Subject: [PATCH] 21: Remove other libraries from reference implementations --- bip-0021.mediawiki | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/bip-0021.mediawiki b/bip-0021.mediawiki index cdc37baae7..9fa4823256 100644 --- a/bip-0021.mediawiki +++ b/bip-0021.mediawiki @@ -120,11 +120,6 @@ Some future version that has variables which are (currently) not understood but Characters must be URI encoded properly. -== Reference Implementations == -=== Bitcoin clients === -* Bitcoin-Qt supports the old version of Bitcoin URIs (ie without the req- prefix), with Windows and KDE integration as of commit 70f55355e29c8e45b607e782c5d76609d23cc858. - -=== Libraries === -* Javascript - https://github.com/bitcoinjs/bip21 -* Java - https://github.com/SandroMachado/BitcoinPaymentURI -* Swift - https://github.com/SandroMachado/BitcoinPaymentURISwift +== Reference Implementation == + +Bitcoin-Qt supports the old version of Bitcoin URIs (ie without the req- prefix), with Windows and KDE integration as of commit 70f55355e29c8e45b607e782c5d76609d23cc858.