Skip to main content

Crate nostr_bbs_pod_worker

Crate nostr_bbs_pod_worker 

Source
Expand description

nostr-bbs Pod Worker (Rust)

Per-user Solid pod storage backed by R2 + KV, with NIP-98 authentication, WAC (Web Access Control) enforcement, LDP container support, ACL CRUD, pod provisioning, WebID profile management, remoteStorage compatibility, Solid Notifications (webhooks), HTTP 402 payments (Web Ledgers spec), and did:nostr DID document resolution.

Payments: /pay/ routes provide balance queries, multi-chain TXO deposits, and metered resource access via did:nostr:<pubkey> identities. Users and agents are indistinguishable at the protocol level.

Port of workers/pod-api/index.ts.