nostrstore-derive

Crates.ionostrstore-derive
lib.rsnostrstore-derive
version0.1.1
created_at2025-05-15 12:45:50.397165+00
updated_at2025-05-15 12:49:49.987832+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
id1674913
size4,981
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.2.2"

# 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