docs: changes to more pages (#42)
* Changes to more pages
* Update description.md
---------
Co-authored-by: dni ⚡ <office@dnilabs.com>
This commit is contained in:
parent
42de6d4791
commit
1dd6f8b67e
3 changed files with 35 additions and 6 deletions
19
README.md
19
README.md
|
|
@ -1,10 +1,20 @@
|
||||||
|
<a href="https://lnbits.com" target="_blank" rel="noopener noreferrer">
|
||||||
|
<picture>
|
||||||
|
<source media="(prefers-color-scheme: dark)" srcset="https://i.imgur.com/QE6SIrs.png">
|
||||||
|
<img src="https://i.imgur.com/fyKPgVT.png" alt="LNbits" style="width:280px">
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
[](./LICENSE)
|
||||||
|
[](https://github.com/lnbits/lnbits)
|
||||||
|
|
||||||
# Events - <small>[LNbits](https://github.com/lnbits/lnbits) extension</small>
|
# Events - <small>[LNbits](https://github.com/lnbits/lnbits) extension</small>
|
||||||
|
|
||||||
<small>For more about LNBits extension check [this tutorial](https://github.com/lnbits/lnbits/wiki/LNbits-Extensions)</small>
|
<small>For more about LNBits extension check [this tutorial](https://github.com/lnbits/lnbits/wiki/LNbits-Extensions)</small>
|
||||||
|
|
||||||
## Sell tickets for events and use the built-in scanner for registering attendees
|
## 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 allows you to create tickets for an event. Each ticket is in the form of a unique QR code. After registering and paying, the user gets a QR code to present at registration/entrance.
|
||||||
|
|
||||||
Events includes a shareable ticket scanner, which can be used to register attendees.
|
Events includes a shareable ticket scanner, which can be used to register attendees.
|
||||||
|
|
||||||
|
|
@ -33,3 +43,10 @@ Events includes a shareable ticket scanner, which can be used to register attend
|
||||||
|
|
||||||
4. Use the built-in ticket scanner to validate registered, and paid, attendees\
|
4. Use the built-in ticket scanner to validate registered, and paid, attendees\
|
||||||

|

|
||||||
|
|
||||||
|
## Powered by LNbits
|
||||||
|
|
||||||
|
[LNbits](https://lnbits.com) is a free and open-source lightning accounts system.
|
||||||
|
|
||||||
|
[](https://shop.lnbits.com/)
|
||||||
|
[](https://my.lnbits.com/login)
|
||||||
|
|
|
||||||
11
config.json
11
config.json
|
|
@ -1,8 +1,11 @@
|
||||||
{
|
{
|
||||||
|
"id": "events",
|
||||||
|
"version": "1.1.0",
|
||||||
"name": "Events",
|
"name": "Events",
|
||||||
|
"repo": "https://github.com/lnbits/events",
|
||||||
"short_description": "Sell and register event tickets",
|
"short_description": "Sell and register event tickets",
|
||||||
|
"description": "",
|
||||||
"tile": "/events/static/image/events.png",
|
"tile": "/events/static/image/events.png",
|
||||||
"lnbits": "1.1.0",
|
|
||||||
"min_lnbits_version": "1.3.0",
|
"min_lnbits_version": "1.3.0",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
|
|
@ -51,5 +54,9 @@
|
||||||
],
|
],
|
||||||
"description_md": "https://raw.githubusercontent.com/lnbits/events/main/description.md",
|
"description_md": "https://raw.githubusercontent.com/lnbits/events/main/description.md",
|
||||||
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/events/main/toc.md",
|
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/events/main/toc.md",
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
|
"paid_features": "",
|
||||||
|
"tags": ["Fun & Social", "Ticketing"],
|
||||||
|
"donate": "",
|
||||||
|
"hidden": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,10 @@
|
||||||
Sell tickets for events and use the built-in scanner for registering attendants
|
Sell tickets for events and manage attendee registration with a built-in QR scanner.
|
||||||
|
|
||||||
Events alows you to make tickets for an event. Each ticket is in the form of a uniqque QR code. After registering, and paying for ticket, the user gets a QR code to present at registration/entrance.
|
Its features include:
|
||||||
|
|
||||||
Events includes a shareable ticket scanner, which can be used to register attendees.
|
- Creating events with ticket pricing
|
||||||
|
- Generating unique QR code tickets after payment
|
||||||
|
- Providing a shareable ticket scanner for check-in
|
||||||
|
- Tracking registered and checked-in attendees
|
||||||
|
|
||||||
|
A complete ticketing solution for event organizers, meetup hosts, and conference planners who want to sell tickets and manage attendance with Bitcoin.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue