Resources
Deze inhoud is nog niet vertaald.
Below is a list of useful resources, libraries, and documentation for understanding and working with the Nostr protocol.
JavaScript Library: nostr-tools
The nostr-tools library is a powerful JavaScript tool for handling most types of Nostr client-side processes. In this Hello Nostr client, it’s used to handle key pairs (public/private keys) in various formats (hex, Uint8Array
, Bech32) and to securely sign/receive events.
- License: Unlicense
- Source Code: GitHub Repository
- CDN Link:
https://cdn.jsdelivr.net/npm/[email protected]/lib/nostr.bundle.min.js
- Version Used: 2.7.2
- JSDelivr Package: Nostr Tools on JSDelivr
Nostr Protocol Documentation and NIPs
For a deeper understanding of how the Nostr protocol works and the various kinds of events supported, refer to the Nostr Implementation Possibilities (NIPs):
- NIPs Documentation: Nostr Protocol NIPs on GitHub
NIPs (Nostr Implementation Possibilities) outline various aspects of the Nostr protocol, defining new features, event types, and implementation standards.
Comprehensive Guide: nostr.how
For an in-depth guide on everything related to Nostr, including step-by-step setup instructions, detailed descriptions of clients, relays, and various NIPs:
- Website: Nostr.how
This guide is an excellent starting point for beginners to get more involved with Nostr.
If you’re looking for a brief introduction video to Nostr, check out Nostr for Beginners by Derek Ross