Wrote README with usage examples.

This commit is contained in:
Jay
2025-10-23 19:23:05 -04:00
parent 205aafcfe5
commit 317b689d3e
2 changed files with 342 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
// Roots is a purposefully minimal, core Nostr protocol library that provides
// mathematically invariant primitives that define protocol compliance: event
// structure, serialization, cryptographic signatures, and subscription
// filters.
// Roots is a purposefully minimal Nostr protocol library that provides only
// the primitives that define protocol compliance: event structure,
// serialization, cryptographic signatures, and subscription filters.
package roots
import (