Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arealayer/bitcoin-ticket
Demo platform for buy/sell tickets using Bitcoin by BDK and WASM
https://github.com/arealayer/bitcoin-ticket
bitcoin lightning-network nostr tickets
Last synced: 22 days ago
JSON representation
Demo platform for buy/sell tickets using Bitcoin by BDK and WASM
- Host: GitHub
- URL: https://github.com/arealayer/bitcoin-ticket
- Owner: AreaLayer
- License: mit
- Created: 2024-08-02T11:13:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T11:26:54.000Z (3 months ago)
- Last Synced: 2024-09-15T13:21:22.395Z (3 months ago)
- Topics: bitcoin, lightning-network, nostr, tickets
- Language: Rust
- Homepage: https://arealayer.github.io/bitcoin-ticket/
- Size: 42 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bitcoin Ticket 🎫⚡
Demo platform for buy/sell tickets using Bitcoin by BDK and WASM
## About
Bitcoin Ticket is a demo platform for Bitcoin on L1 (on-chain)
## Motivation
The motivation behind Bitcoin Ticket is to provide a secure and decentralized way without central coordinator via P2P
## Features
- Buy and sell tickets using Bitcoin
- Secure and decentralized way to buy and sell tickets
- User-friendly interface for users
- Non-KYC## How works?
1. User creates a ticket
2. User sends the ticket to the seller
3. Seller receives the ticket and sends the ticket to the buyer
4. Buyer receives the ticket and sends the ticket to the seller## Futures Development
- Nostr compatible
- Become Nostr client
- Support Lightning Payments## Installation
To install Bitcoin Ticket, follow these steps:
1. Clone the repository:
```
git clone https://github.com/AreaLayer/bitcoin-ticket.git
```
2. Install the dependencies:
```
npm install
```
3. Start the development server:
```
npm run dev
```
## Authors- Idea by Rsync25
- Developed by 22388o