This repo is an experimental code to play around with the nostr ecosystem.
Ideas I'm playing with include:
- nostr libraries
- relays
- aggregators
- micro apps
Library:
- Parse and verify an event
- Generate and sign an event
- Construct messages requests
- Parse message responses
- Direct message support
- Seed phrases
CLI:
- Read an event as json from stdin and verify
- Generate an event from cli arguments and write to stdout as json.
- Generate message requests
- Generate a new key and print to stdout
- Read the private key from an environment variable
- Derive the private key from a mnemonic, read from an environment variable
NIPS: