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

Merged
merged 6 commits into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
khanti42 marked this conversation as resolved.
Show resolved Hide resolved
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 @@ -2322,6 +2322,36 @@
}
}
},
"npm:nomis": {
"id": "npm:nomis",
"metadata": {
"name": "Nomis Protocol",
"author": {
"name": "Nomis Protocol",
"website": "https://nomis.cc"
},
"website": "https://nomis.cc/snap/",
"summary": "This SNAP lets you check your Nomis-powered Score directly in your MetaMask Wallet! You can also view the receiver's Score to see if they are a reliable user.",
khanti42 marked this conversation as resolved.
Show resolved Hide resolved
"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