From e96e1eb01a56317d5247e27cf111155c86a90631 Mon Sep 17 00:00:00 2001 From: LA Date: Mon, 16 Feb 2026 02:21:37 +0700 Subject: [PATCH] Add nostr-wot-extension project to Web of Trust section Added a new project entry for nostr-wot-extension with a brief description. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ea939fe..b8b10ab 100644 --- a/README.md +++ b/README.md @@ -744,6 +744,8 @@ Endpoints (services or apps that expose a LN wallet via NWC) - [graperank-nodejs](https://github.com/Pretty-Good-Freedom-Tech/graperank-nodejs)![stars](https://img.shields.io/github/stars/Pretty-Good-Freedom-Tech/graperank-nodejs.svg?style=social) - My Grapevine web of trust recommendation engine - [nostr-wot-sdk](https://github.com/nostr-wot/nostr-wot-sdk)![stars](https://img.shields.io/github/stars/nostr-wot/nostr-wot-sdk.svg?style=social) - JavaScript SDK for Nostr Web of Trust — query trust distance, check network membership, compute trust scores - [nostr-wot-oracle](https://github.com/nostr-wot/nostr-wot-oracle)![stars](https://img.shields.io/github/stars/nostr-wot/nostr-wot-oracle.svg?style=social) -A global follow-graph indexer that answers pairwise distance queries between any two Nostr pubkeys, returning hop count, path count, and bridging nodes. +- JavaScript SDK for Nostr Web of Trust — query trust distance, check network membership, compute trust scores +- [nostr-wot-extension](https://github.com/nostr-wot/nostr-wot-extension)![stars](https://img.shields.io/github/stars/nostr-wot/nostr-wot-extension.svg?style=social) -Browser extension for Nostr Web of Trust - create your own custom trust scoring and query social distance between pubkeys via remote oracle or local graph. - [relatr](https://github.com/contextvm/relatr)![stars](https://img.shields.io/github/stars/contextvm/relatr.svg?style=social) - [WoT relay](https://github.com/bitvora/wot-relay.git)![stars](https://img.shields.io/github/stars/bitvora/wot-relay.svg?style=social) - relay for every note in your web of trust - [wot-scoring](https://github.com/joelklabo/wot-scoring)![stars](https://img.shields.io/github/stars/joelklabo/wot-scoring.svg?style=social) - NIP-85 trust scoring engine with PageRank, sybil detection, trust circles. Live at [wot.klabo.world](https://wot.klabo.world)