Go to file
kieran 458b5bb58a
All checks were successful
continuous-integration/drone/push Build is passing
Skip empty batch
2024-09-05 10:46:47 +01:00
src Skip empty batch 2024-09-05 10:46:47 +01:00
.drone.yml Add build 2024-08-08 18:46:23 +01:00
.gitignore Init 2024-08-08 18:29:40 +01:00
Cargo.lock Config setup 2024-08-16 23:06:56 +01:00
Cargo.toml Config setup 2024-08-16 23:06:56 +01:00
config.toml Config setup 2024-08-16 23:06:56 +01:00
Dockerfile Add build 2024-08-08 18:46:23 +01:00
README.md Get replaceable events 2024-08-08 22:13:28 +01:00

nostr-services-rs

Simple API for serving nostr applications

API

POST /event

Save event in database

GET /event/<event-id>

Get event by ID as hex/nevent/naddr

GET /event/<kind>/<pubkey>

Get regular replaceable event for pubkey (non-parameterized)