nostr-nostd 0.2.1

Implementation of a nostr client in a ![no_std] environment
Documentation

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

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