About

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
- Basic Kind 1 note creation
Future improvements
- Add
tags
input
- Support more note kinds, investigate Kind 4 for private sending in an IOT context
- Investigate passing in a working buffer, or seeing what common best-practices are for that
- Replace
Heapless
string with byte array?