Skip to content

unllamas/eventro

Repository files navigation

Eventro

Nostr-based events and ticketing with Lightning payments.

Getting Started

  1. Copy the .env.example file to .env and fill in the required values.
cp .env.example .env
  1. Install dependencies
pnmp install
  1. Use the correct node version
nvm use
  1. Start the server
pnpm dev

Roadmap

Q4 2024

  • Login with Nostr
  • Create Event
  • Create Ticket
  • Create User
  • Create Order
  • Generate and listen Payment
    • Send SATs to our wallet (service)
    • Send SATs to lud16 of user (ticket)
  • Create TicketSale
    • Send to email
  • Check-in for TicketSale

Q1 2025

  • Add Coupon for Tickets
  • App mobile for Check-n
    • Generate waitlist for users
  • Add Moderators for Check-n with pubkey
    • Login with pubkey
    • Add pubkey to moderators
  • Integrate location on create Event
  • Create internal Dashboard

Q2 2025

About

Nostr-based events and ticketing with Lightning payments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages