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.