Created
September 20, 2021 11:53
-
-
Save geastwood/4493e4589c412553a07c7d9f517c76f2 to your computer and use it in GitHub Desktop.
MCP: set profile, show preview card
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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