nips
nips copied to clipboard
Nostr Implementation Possibilities
### [NIP-13](https://github.com/nostr-protocol/nips/blob/master/13.md) describes a basic scheme that uses PoW principles to counter spam in the nostr network. In this document PoW is introduced as a *means to spam deterrence*. Although...
a common issue with activity pub i have seen in the wild is in practice it turns into a giant XSRF sending network that you can get thousands of servers...
## Purpose The purpose of this NIP is to provide users with a mechanism to define a group of related keys that speak **on behalf of** the user (e.g. multiple...
The purpose here is to provide users with a mechanism to use revocable "hot" keys in less secure application-level contexts while keeping the root key that defines their identity in...
a data url can allow for the embedding of images with mime type: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs or the embedding of a gif, or podcast link or whatever a single url field as...
we could add a new to tag to allow creation of surveys/polls on nostr protocol ```meta // create tag: surv options: - allow others to reply with one or multiple...
I believe NIPs could benefit from a certain structure. Structure requires more time from the writer, but may save time for the reader and the implementer. I suggest we use...
Hello, I have a NIP that will allow users to share temporary xprivs with the nostr clients they use. This should also allow nostr client services to be authenticated and...
The current API with extension by Alby and nos2x: ``` async window.nostr.getPublicKey(): string // returns your public key as hex async window.nostr.signEvent(event): Event // returns the full event object signed...
I don't want a list of events with `created_at` after my 'since' filter. What I really want is all the events that the relay has become aware of since I...