Skip to content

Instantly share code, notes, and snippets.

@geastwood
Created September 20, 2021 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geastwood/4493e4589c412553a07c7d9f517c76f2 to your computer and use it in GitHub Desktop.
Save geastwood/4493e4589c412553a07c7d9f517c76f2 to your computer and use it in GitHub Desktop.
MCP: set profile, show preview card
sequenceDiagram
autonumber
participant U as User
participant E as Browser Extension
participant B as MCP B/E
U-)E: Hover on "Profile picture"
E-)B: relay twitter account to B/E
alt Perform checks
note over B,B: current user profile image matches NFT, by hashes
else: yes
B-)E: Show "Verified"
else: no
B-)E: Show "Not verified"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment