https://github.com/block-core/zapper
https://github.com/block-core/zapper
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/block-core/zapper
- Owner: block-core
- License: mit
- Created: 2024-10-22T06:42:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T16:04:45.000Z (over 1 year ago)
- Last Synced: 2024-11-03T14:44:29.838Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://zapper.angor.io/
- Size: 6.49 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zapper
Zapper is a micro-app for zapping any Nostr event.
Benefits:
- Zapper can zap any event, not just ones that are supported by your nostr client.
- Zapper supports zap splits, unlike most apps out there.
- Zapper handles errors gracefully and allows you to retry the zap if anything fails.
- Zapper can be integrated by other apps - just redirect to it, or embed as an iframe.
If you want to integrate with Zapper, just redirect users to the /zap endpoint and add these query string parameters:
- id - required, bech32 id (npub, note, nevent, naddr)
- amount - optional, amount in sats
- comment - optional, comment text
- type - optional, type of payment ("zap" - default, "anon-zap" or "send-sats")
- auto_send - optional, if set to "true", will send the zap automatically
You can try it at https://zapper.angor.io.