Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shocknet/nip69-demo
Simple NIP-69 Client
https://github.com/shocknet/nip69-demo
bitcoin lightning lightning-network nostr p2p payments
Last synced: about 1 month ago
JSON representation
Simple NIP-69 Client
- Host: GitHub
- URL: https://github.com/shocknet/nip69-demo
- Owner: shocknet
- License: unlicense
- Created: 2024-09-06T18:33:39.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T17:56:58.000Z (about 2 months ago)
- Last Synced: 2024-09-27T13:23:28.024Z (about 2 months ago)
- Topics: bitcoin, lightning, lightning-network, nostr, p2p, payments
- Language: TypeScript
- Homepage: https://demo.nip69.dev
- Size: 115 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# NIP-69 Demo Client
## Overview
The NIP-69 Demo Client is a web-based tool for demonstrating and interacting with NIP-69, a Nostr protocol for Lightning Network payment offers. This client provides a user-friendly interface for checking Lightning addresses, decoding offers strings, and obtaining Lightning invoices over Nostr.
## Features
1. **Lightning Address Checker**: Verify if a given Lightning address supports NIP-69.
2. **Offer Decoder**: Decode NIP-69 offer codes (noffers) and display their details.
4. **Invoice Request**: Generate Lightning invoices based on decoded offers.## Usage
### Checking a Lightning Address
Enter a Lightning address in the provided input field and click "Check" to verify NIP-69 support.### Decoding an Offer
Paste a noffer code into the "Decode Offer" section and click "Decode" to view its details.## Links
- [NIP-69 Specification](https://github.com/nostr-protocol/nips/pull/1460/)
- [NIP-69 Enabled Node](https://github.com/shocknet/Lightning.Pub)
- [NIP-69 Enabled Wallet](https://shockwallet.app)