nip-70

Crates.ionip-70
lib.rsnip-70
version0.6.2
sourcesrc
created_at2024-02-03 00:54:06.336261
updated_at2024-05-06 20:42:58.750504
descriptionReference implementation of Nostr NIP-70
homepage
repositoryhttps://github.com/tvolk131/nip-70
max_upload_size
id1124936
size18,945
Tommy Volk (tvolk131)

documentation

https://docs.rs/nip-70

README

NIP-70

The reference implementation of Nostr NIP-70.

NIP-70 defines a protocol for delegating key management and event signing to a dedicated desktop app, similar to what NIP-07 does for web browsers. Think "Alby Chrome extension but for desktop apps".

This crate provides client and server implementations that adhere to the NIP-70 spec. Use the server implementation to create a desktop app which holds a user's Nostr nSec and can sign events on behalf of other desktop apps. Use the client implementation to create a desktop app which needs access to a user's nPub or needs to sign events.

Commit count: 58

cargo fmt