Go to file
xeruf 32b7ff94ec feat: implement sending events from args and finding events 2024-07-11 10:53:58 +03:00
src feat: implement sending events from args and finding events 2024-07-11 10:53:58 +03:00
.gitignore First CLI Prototype 2024-07-09 17:56:08 +03:00
Cargo.lock First CLI Prototype 2024-07-09 17:56:08 +03:00
Cargo.toml First CLI Prototype 2024-07-09 17:56:08 +03:00
README.md First CLI Prototype 2024-07-09 17:56:08 +03:00

README.md

mostr

A nested task chat, powered by nostr!

Quickstart

First, start a nostr dev-relay like https://github.com/coracle-social/bucket

cargo run # Listen to events
nostril --envelope --content "realtime message" --kind 90002 | websocat ws://localhost:4736 # Send a test event