Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Nomis Protocol #790

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/images/nomis/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/nomis/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/nomis/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions src/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -2395,6 +2395,36 @@
}
}
},
"npm:nomis": {
"id": "npm:nomis",
"metadata": {
"name": "Nomis Protocol",
"author": {
"name": "Nomis Protocol",
"website": "https://nomis.cc"
},
"website": "https://nomis.cc/snap/",
"summary": "Check your Nomis-powered score directly in MetaMask and view recipients' scores in transaction confirmations to see if they are reliable users.",
"description": "The Nomis Protocol Snap allows you to view your Nomis scores from within MetaMask.\n\nAfter installing the Nomis Protocol Snap, select the chain you are interested in, then open Nomis Protocol through the Snaps menu in MetaMask, and connect the desired account to view your Nomis score. We display your minted score on the Snap's homepage; if your score hasn't been minted yet, you will have the option to calculate it!\n\nWhen performing transactions, switch to the Nomis Protocol Snap tab to see the counterparty's score, provided they have a minted score.\n\nYou can always switch the active account by going to https://nomis.cc/snap.",
"category": "transaction insights",
"support": {
"contact": "https://discord.com/invite/0xnomis",
"knowledgeBase": "https://nomis.cc/#how-it-works",
"faq": "https://nomis.cc/#faq"
},
"sourceCode": "https://github.com/Nomis-cc/nomis-snaps",
"screenshots": [
"./images/nomis/1.png",
"./images/nomis/2.png",
"./images/nomis/3.png"
]
},
"versions": {
"0.1.4": {
"checksum": "DGI3POjXiBCuVZmCbG2cciqSi+qJdpVBgZixWcs6Ph8="
}
}
},
"npm:@l3mbda/metamask-snap": {
"id": "npm:@l3mbda/metamask-snap",
"metadata": {
Expand Down
Loading