Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.08 KB

About

crate Docs Build Status

This is a nostr library written to support development of nostr clients running in an environment without the standard environment. A demo project can be seen here.

Implemented

  • Kinds implemented
    • ShortNote, 1
    • DMs, 4
    • Auth, 22242
    • IOT, 5732
  • Tags on notes, limit of 5

Future improvements

  • Add validation of received events
  • Support more note kinds
  • Investigate GenericArray to make length of content able to be larger without always filling memory