1
0
Fork
You've already forked scry
0
On-chain PGP identity explorer. Look up ETH addresses, ENS names, or GPG fingerprints to verify cryptographic attestations on the Signet PGP Registry.
  • JavaScript 68.2%
  • CSS 30.1%
  • HTML 1.7%
2026年06月13日 15:20:30 -05:00
docs merge signet at /signet; switch root to thurin.id; rainbowkit 2026年05月20日 22:15:42 -05:00
public initial commit 2026年03月05日 17:20:29 -06:00
src update X posts 2026年06月13日 15:20:30 -05:00
.gitignore initial commit 2026年03月05日 17:20:29 -06:00
index.html merge signet at /signet; switch root to thurin.id; rainbowkit 2026年05月20日 22:15:42 -05:00
package-lock.json bump thurin-identity to 0.7.0 2026年06月13日 13:22:53 -05:00
package.json merge signet at /signet; switch root to thurin.id; rainbowkit 2026年05月20日 22:15:42 -05:00
README.md merge signet at /signet; switch root to thurin.id; rainbowkit 2026年05月20日 22:15:42 -05:00
vite.config.js update directory usage 2026年04月19日 16:37:01 -05:00

Scry

Look up any Ethereum address, ENS name, or PGP fingerprint to view on-chain identity claims and verified proofs.

A Thurin Labs project.

What it does

Scry is Thurin's identity lookup tool. It reads from the PGPRegistry contract on Ethereum mainnet and verifies identity proofs linked to PGP keys.

  1. Look up an identity — enter an ETH address, ENS name, or PGP fingerprint
  2. View on-chain claims — see which PGP keys are attested to which addresses via Signet
  3. Verify proofsproof@thurin.id notations in PGP keys are checked against GitHub, DNS, and Farcaster

Setup

npm install
npm run dev

Requires a .env file:

VITE_ALCHEMY_RPC_URL=https://eth-mainnet.g.alchemy.com/v2/YOUR_KEY
VITE_NEYNAR_API_KEY=YOUR_NEYNAR_KEY

How it works

Scry fetches attestation events from the PGPRegistry contract, retrieves the associated PGP public key from keys.openpgp.org, and parses proof@thurin.id notations. Each proof is verified client-side:

  • GitHub — fetches the gist via GitHub API, checks for openpgp4fpr:FINGERPRINT
  • DNS — queries TXT records via Cloudflare DNS-over-HTTPS, checks for openpgp4fpr:FINGERPRINT
  • Farcaster — resolves the user's FID, scans recent casts via Neynar Hub API, checks for openpgp4fpr:FINGERPRINT

IPFS

The build output (npm run build) is a static dist/ folder with relative asset paths — pin it to IPFS directly.