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 EOS Wallet #949

Merged
merged 3 commits into from
Dec 12, 2024
Merged
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
31 changes: 31 additions & 0 deletions src/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -3048,6 +3048,37 @@
}
}
},
"npm:@greymass/eos-wallet": {
"id": "npm:@greymass/eos-wallet",
"metadata": {
"name": "EOS Wallet",
"author": {
"name": "Greymass",
"website": "https://www.greymass.com/"
},
"website": "https://unicove.com/",
"summary": "Create and manage EOS accounts, sign transactions, and interact with EOS smart contracts.",
"description": "The EOS Wallet enables you to create an EOS account, sign transactions and interact with EOS smart contracts. After installing the EOS Wallet, visit the companion dapp, Unicove, to create and manage your EOS account. On Unicove you can stake EOS, participate in the RAM market and more. Dapp compatibility is expected to grow, which will expand access to the EOS Ecosystem.\n\nNeed any additional information or support? Feel free to visit our knowledge base or reach out to our support team ([email protected]). If you're a developer and would like to support MetaMask in your EOS application, please check out Wharf and the MetaMask Wallet Plugin.\n\nLinks:\n Unicove: https://unicove.com/en/eos/metamask\n Knowledge Base: https://greymass.freshdesk.com/a/solutions/categories/72000352473/\n Wharf: https://wharfkit.com/\n MetaMask Wallet Plugin: https://github.com/wharfkit/wallet-plugin-metamask",
"audits": [
{
"auditor": "Cure53",
"report": "https://cure53.de/pentest-report_antelope-snap.pdf"
}
],
"category": "interoperability",
"support": {
"contact": "mailto:[email protected]",
"faq": "https://unicove.com/en/eos/metamask",
"knowledgeBase": "https://greymass.freshdesk.com/support/solutions/categories/72000352473"
},
"sourceCode": "https://github.com/greymass/antelope-snap/tree/eos"
},
"versions": {
"1.1.0": {
"checksum": "05RXQ66dkZzU6uIeHBWC8PwII1X8voKdZuCDXfrrCew="
}
}
},
"npm:@harbour-fi/ramp-snap": {
"id": "npm:@harbour-fi/ramp-snap",
"metadata": {
Expand Down
Loading