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 Kadena #860

Merged
merged 7 commits into from
Oct 21, 2024
Merged
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/@kadena/snap/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/@kadena/snap/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/@kadena/snap/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions src/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1909,6 +1909,42 @@
}
}
},
"npm:@kadena/snap": {
"id": "npm:@kadena/snap",
"metadata": {
"name": "Kadena",
"author": {
"name": "Kadena",
"website": "https://www.kadena.io/"
},
"website": "https://metamask.kadena.io/",
"summary": "Securely send and receive KDA across all 20 Kadena chains with your MetaMask wallet.",
"description": "The Kadena Snap allows interaction with the Kadena blockchain via MetaMask, enabling users to manage Kadena accounts and sign transactions from the familiarity of their MetaMask wallet.\n\nCross-chain transfers allow users to seamlessly move their $KDA tokens across Kadena’s multi-chains. Learn more about Kadena’s multi-chain architecture: https://www.kadena.io/chainweb.\nLedger support enables users to use their Ledger hardware wallet for additional security.\n\nAfter installing the Kadena Snap, visit https://metamask.kadena.io to start using your MetaMask wallet with Kadena.",
"audits": [
{
"auditor": "Veridise",
"report": "https://veridise.com/wp-content/uploads/2024/10/VAR_Kadena_240909_kadena_snap_V3.pdf"
}
],
"category": "interoperability",
"support": {
"knowledgeBase": "https://kadenateam.notion.site/Kadena-Metamask-Snap-10ee868b6878805bb2a8e28be2f49c7e?pvs=4",
"faq": "https://www.notion.so/kadenateam/FAQ-s-10ee868b687880648aade19ac7135f39",
"contact": "https://discord.com/channels/502858632178958377/631965054778212362"
},
"sourceCode": "https://github.com/kadena-community/kadena.js/tree/main/packages/libs/snap",
"screenshots": [
"./images/@kadena/snap/1.png",
"./images/@kadena/snap/2.png",
"./images/@kadena/snap/3.png"
]
},
"versions": {
"1.0.3": {
"checksum": "sVG18jeqBlhj+LgGEJr2w+tQmSPSxXUXp2Gy3cYNu5o="
}
}
},
"npm:xrpl-snap": {
"id": "npm:xrpl-snap",
"metadata": {
Expand Down
Loading