Skip to content

A non-functional Rust implementation of the nostr protocol

License

Notifications You must be signed in to change notification settings

dzdidi/nostr-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nostr types for Rust

  • create event
  • serialize event
  • deserialize event
  • handle tags
  • subscribe to relays
  • put relays in pools

Examples

If you want to see what's up - try:

  • cargo run --example dm
  • cargo run --example tweet if you want to see what's up.

NOTE: Default behaviour is to run against local relay on port 7000 (see https://github.com/scsibug/nostr-rs-relay)

If you want to try against public relays - change WS_ENDPOINT in corresponding examples file

About

A non-functional Rust implementation of the nostr protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%