From 24e9a2b2ba99908043ae1526ae2d2fb50908a9b7 Mon Sep 17 00:00:00 2001 From: Patrick Mulligan Date: Thu, 6 Aug 2026 00:49:23 +0200 Subject: [PATCH] catalog: add boltcards 1.1.0-aio.1 (tap-to-receive) aiolabs fork of the lnbits boltcards extension adding a /pay deposit endpoint (tap a Bolt Card to RECEIVE sats). Consumed by the bitSpire ATM cash-in flow (aiolabs/bitspire #84). archive: aiolabs/boltcards @ v1.1.0-aio.1 sha256: 70f34c4bf637e500ee08999132083eecbb5dd2224ff34b89b9644d471adaf288 Co-Authored-By: Claude Opus 4.8 --- extensions.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/extensions.json b/extensions.json index 4f0ed37..9eba5ba 100644 --- a/extensions.json +++ b/extensions.json @@ -528,6 +528,17 @@ "icon": "https://git.atitlan.io/aiolabs/chatelet/raw/branch/main/static/image/aio.png", "archive": "https://git.atitlan.io/aiolabs/chatelet/archive/v0.3.0.zip", "hash": "3f5fe8a26978bd295a158cc0737cb6a802202920287a5e2f642426d0feef821a" + }, + { + "id": "boltcards", + "repo": "https://git.atitlan.io/aiolabs/boltcards", + "name": "Bolt Cards", + "min_lnbits_version": "1.3.0", + "version": "1.1.0-aio.1", + "short_description": "Self custody Bolt Cards with one time LNURLw", + "icon": "https://git.atitlan.io/aiolabs/boltcards/raw/branch/main/static/image/boltcard.png", + "archive": "https://git.atitlan.io/aiolabs/boltcards/archive/v1.1.0-aio.1.zip", + "hash": "70f34c4bf637e500ee08999132083eecbb5dd2224ff34b89b9644d471adaf288" } ] }