miron / NeonCore

Terminal based Cyberpunk Tabletop RPG with Nostr as database and openAI API compatible commands
3 stars 1 forks source link

implement nostr protocol #64

Open miron opened 1 year ago

miron commented 1 year ago

for sats (or eddies) exchange among players. very likely relay and multiplayer needed.

Lightning wallet included.

Either own implementation or:

Relays

https://github.com/monty888/nostrpy https://code.pobblelabs.org/fossil/nostr_relay/index https://github.com/johnny423/pyrelay https://github.com/rust-nostr/nostr

Client

Some adaptions are needed to make it work in my environment:

python-nostr

Additional Ideas