Right-click any wallet to reveal onchain identity, reputation & cross-chain actions.
Prize Pool
🧠RightClickExplorer – Instantly Understand Any Web3 Identity
RightClickExplorer is a browser extension that lets you right-click on any wallet address (ENS name, Twitter handle, or Farcaster username coming later) to instantly reveal who they are, what they’ve done onchain, and how to interact with them across multiple networks. It also identifies smart contracts and checks if they are verified.
It brings blockchain intelligence + user reputation into your browser in the simplest possible way — no copying, pasting, or digging through block explorers.
We built this project as a Chrome Extension using React, TypeScript, Tailwind css, bundled with Vite for a fast development experience. Vite was easy to use, though we had to tweak the build process to ensure compatibility with Chrome Extension requirements (like manifest file handling).
We leveraged Dune API in order to retrieve the balances cross chain for a wallet and understand where a given address is active on. With this we then are able to query those chains via blockscout to retrieve more data, such as, understanding if it's an address or a contract. We also leverage Talent Protocol in order to retrieve a builder score and retrieve any known data that is relevant for that address. We may be able to identify their github account, their farcaster account, etc..