| Crates.io | nostrstore |
| lib.rs | nostrstore |
| version | 0.43.0 |
| created_at | 2025-05-05 16:23:21.73337+00 |
| updated_at | 2025-08-01 12:31:38.773403+00 |
| description | nostrstore is a lightweight, decentralized key-value store designed to work seamlessly with the Nostr protocol |
| homepage | |
| repository | https://github.com/unldenis/nostrstore |
| max_upload_size | |
| id | 1660896 |
| size | 68,265 |
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.
Add the following to your Cargo.toml:
[dependencies]
nostrstore = "0.43.0"
# To use nostrstore-derive macros
nostrstore-derive = "0.1.1"
For a complete example, check out the example.rs file in the repository.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.