Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 397 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 397 Bytes

trustgraph

Based on a graph database tracking nostr follows (and soon mutes and other). It calculates PageRank for every node in the known network.

API examples

Get top 5 follows-who-follow sorted by PageRank

  • GET https://trustgraph.live/api/fwf/npub1/npub2

Get all follows-who-follow sorted by PageRank

  • GET https://trustgraph.live/api/fwf/npub1/npub2?all=true

License

MIT