Skip to content

Commit

Permalink
New SelfNameResolution (#958)
Browse files Browse the repository at this point in the history
Closes: #967

---------

Co-authored-by: Christian Montoya <[email protected]>
  • Loading branch information
khanti42 and Montoya authored Dec 6, 2024
1 parent ab8739a commit 238d896
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1486,6 +1486,30 @@
}
}
},
"npm:self-name-resolution": {
"id": "npm:self-name-resolution",
"metadata": {
"name": "Self name resolution",
"author": {
"name": "SELF Crypto",
"website": "https://selfcrypto.io/"
},
"summary": "Resolve Self crypto names to addresses",
"description": "Self Name Resolution Snap\n\nThis MetaMask Snap enables resolution of Self domain names to their corresponding cryptocurrency addresses using either domain.self or $:domain formats. It integrates with the Self naming service to provide seamless name resolution directly within MetaMask.\n\n## Features\n\n- Resolves Self domain names in two formats:\n - .self domains (e.g., domain.self)\n - $: scheme (e.g., $:domain)\n- Supports multiple chains including:\n - Ethereum (EIP155:1)\n - BNB Smart Chain (EIP155:56)\n - Avalanche (EIP155:43114)\n - Arbitrum (EIP155:42161)\n- Seamless integration with MetaMask's name resolution system",
"category": "name resolution",
"support": {
"contact": "mailto:[email protected]",
"faq": "https://github.com/selfcrypto/self-snap/blob/main/README.md#faq",
"knowledgeBase": "https://github.com/selfcrypto/self-snap/blob/main/README.md"
},
"sourceCode": "https://github.com/selfcrypto/self-snap"
},
"versions": {
"0.1.1": {
"checksum": "I/kPUrXro8umw4VCfU9UIxA6wI9cb2+NuxHNixMZWy8="
}
}
},
"npm:@qtumproject/qtum-wallet": {
"id": "npm:@qtumproject/qtum-wallet",
"metadata": {
Expand Down

0 comments on commit 238d896

Please sign in to comment.