nostrstore

Crates.ionostrstore
lib.rsnostrstore
version0.43.0
created_at2025-05-05 16:23:21.73337+00
updated_at2025-08-01 12:31:38.773403+00
descriptionnostrstore is a lightweight, decentralized key-value store designed to work seamlessly with the Nostr protocol
homepage
repositoryhttps://github.com/unldenis/nostrstore
max_upload_size
id1660896
size68,265
Denis Mehilli (unldenis)

documentation

README

nostrstore

nostrstore is a lightweight, decentralized key-value store designed to work seamlessly with the Nostr protocol. It provides tools for storing, querying, and managing data in a distributed environment.

Features

  • Decentralized key-value storage.
  • Seamless integration with the Nostr protocol.
  • Lightweight and easy to use.
  • Supports querying and managing data in a distributed environment.
  • Data encryption using NIP-44 for secure storage and transmission.

Installation

Add the following to your Cargo.toml:

[dependencies]
nostrstore = "0.43.0"

# To use nostrstore-derive macros
nostrstore-derive = "0.1.1"

Example

For a complete example, check out the example.rs file in the repository.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Commit count: 49

cargo fmt