No description
  • Python 60.3%
  • Vue 23.8%
  • JavaScript 15.4%
  • Makefile 0.5%
Find a file
Padreug ef5d2dcfcf
Some checks failed
lint.yml / feat: wire Nostr subscription sync into extension lifecycle (pull_request) Failing after 0s
lint.yml / feat: wire Nostr subscription sync into extension lifecycle (push) Failing after 0s
feat: wire Nostr subscription sync into extension lifecycle
Add background task that subscribes to kind 31922/31923 events
from relays and processes them into the local database. Starts
15s after NostrClient connects (sequenced after publish client).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-27 18:30:00 +02:00
.github/workflows Update to use uv (#37) 2025-08-22 16:54:51 +02:00
nostr feat: upgrade NostrClient to bidirectional (publish + subscribe) 2026-04-27 18:28:21 +02:00
static feat: add admin-toggleable auto-approve setting 2026-04-27 17:59:59 +02:00
templates/events feat: add admin-toggleable auto-approve setting 2026-04-27 17:59:59 +02:00
tests Adds public events endpoint and user tickets 2025-11-03 23:05:31 +01:00
.gitignore feat: code quality (#34) 2024-08-29 12:18:49 +02:00
.prettierrc feat: code quality (#34) 2024-08-29 12:18:49 +02:00
__init__.py feat: wire Nostr subscription sync into extension lifecycle 2026-04-27 18:30:00 +02:00
API_DOCUMENTATION.md Adds public events endpoint and user tickets 2025-11-03 23:05:31 +01:00
config.json fix: QR copy button (#38) 2025-09-04 07:10:49 +02:00
crud.py feat: add location and categories fields, simplify event creation 2026-04-27 18:05:25 +02:00
description.md feat: code quality (#34) 2024-08-29 12:18:49 +02:00
LICENSE add license 2023-02-24 18:13:39 +01:00
Makefile Update to use uv (#37) 2025-08-22 16:54:51 +02:00
manifest.json [FEAT] add timestamp on register (#15) 2023-08-18 08:17:29 +02:00
migrations.py feat: add location and categories fields, simplify event creation 2026-04-27 18:05:25 +02:00
models.py feat: add location and categories fields, simplify event creation 2026-04-27 18:05:25 +02:00
nostr_publisher.py feat: add location and categories fields, simplify event creation 2026-04-27 18:05:25 +02:00
nostr_sync.py feat: add NIP-52 event sync from Nostr relays 2026-04-27 18:29:14 +02:00
package-lock.json feat: code quality (#34) 2024-08-29 12:18:49 +02:00
package.json feat: code quality (#34) 2024-08-29 12:18:49 +02:00
pyproject.toml fix: QR copy button (#38) 2025-09-04 07:10:49 +02:00
README.md Fix typos (#39) 2025-12-31 12:49:29 +01:00
services.py feat: add promo codes and conditional events (#40) 2025-12-31 12:52:32 +01:00
tasks.py Adds public events endpoint and user tickets 2025-11-03 23:05:31 +01:00
toc.md feat: code quality (#34) 2024-08-29 12:18:49 +02:00
uv.lock fix: QR copy button (#38) 2025-09-04 07:10:49 +02:00
views.py feat: add promo codes and conditional events (#40) 2025-12-31 12:52:32 +01:00
views_api.py refactor: consolidate create and propose endpoints into single POST /events 2026-04-27 18:24:10 +02:00

Events - LNbits extension

For more about LNBits extension check this tutorial

Sell tickets for events and use the built-in scanner for registering attendees

Events alows you to make tickets for an event. Each ticket is in the form of a unique QR code. After registering, and paying for ticket, the user gets a QR code to present at registration/entrance.

Events includes a shareable ticket scanner, which can be used to register attendees.

Usage

  1. Create an event
    create event

  2. Fill out the event information:

    • event name
    • wallet (normally there's only one)
    • event information
    • closing date for event registration
    • begin and end date of the event

    event info

  3. Share the event registration link
    event ticket

    • ticket example
      ticket example

    • QR code ticket, presented after invoice paid, to present at registration
      event ticket

  4. Use the built-in ticket scanner to validate registered, and paid, attendees
    ticket scanner