Optionalopts: OpenRankingOptionsProtected OptionalauthorizationProtected OptionalcapabilitiesReadonlyproviderThe base URL of the provider (without a trailing slash)
ProtectedsearchProtected OptionalsignerProtectedtokenProtectedtokenProtectedauthorizationCreates a Nostr Web Token authorization header for the provider, or an empty object when no signer is set. The signed token is cached and reused until it expires, so scoring many pubkeys only ever asks the signer once.
ProtectedpostMakes a POST request to the provider, signing a Nostr Web Token when a signer is available
Sets or clears the signer used to issue Nostr Web Tokens
Optionalsigner: ISignerGets the provider's web-of-trust stats for a single pubkey
Searches for profiles matching a free-text query, ranked by the provider's web of trust
A client for an Open Ranking (ORE) provider — a plain HTTP/JSON interface to a nostr web of trust. Authenticates point-of-view requests with Nostr Web Tokens (kind 27519) when a signer is provided.
See
https://github.com/Open-Ranking/protocol