Skip to content

Commit 49292c2

Browse files
authored
Merge pull request #3304 from interc0der/add-joey-wallet
Add Joey Wallet
2 parents e607831 + 28868c4 commit 49292c2

File tree

11 files changed

+101
-5
lines changed

11 files changed

+101
-5
lines changed

about/uses.page.tsx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const logos = {
2626
],
2727
developer_tooling: ["cryptum", "evernode", "threezy", "tokenize"],
2828
interoperability: ["multichain"],
29-
wallet: ["crossmark", "edge", "gem-wallet", "xumm"],
29+
wallet: ["crossmark", "edge", "gem-wallet", "xumm", "joey-wallet"],
3030
nfts: [
3131
"aesthetes",
3232
"audiotarky",
@@ -243,6 +243,15 @@ const cardsData = [
243243
category_name: "Wallet",
244244
link: "https://github.com/crossmarkio",
245245
},
246+
{
247+
id: "joey-wallet",
248+
title: "Joey Wallet",
249+
description:
250+
"Joey Wallet is a secure, self-custody cryptocurrency wallet and gateway to Web3 decentralized applications (dApps) on the XRP Ledger (XRPL).",
251+
category_id: "wallet",
252+
category_name: "Wallet",
253+
link: "https://joeywallet.xyz/",
254+
},
246255
{
247256
id: "Edge",
248257
title: "Edge",
@@ -450,7 +459,7 @@ const uses = [
450459
{
451460
id: "wallet",
452461
title: "Wallet",
453-
number: 4,
462+
number: 5,
454463
description:
455464
"Build digital wallets to store passwords and interact with various blockchains to send and receive digital assets, including XRP."
456465
},

about/xrp.page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const softwallets = [
3030
{ href: "https://gemwallet.app/", id: "wallet-gem", alt: "Gem Wallet" },
3131
{ href: "https://coin.space/", id: "wallet-coin", alt: "Coin Space" },
3232
{ href: "https://crossmark.io/", id: "wallet-crossmark", alt: "Crossmark Wallet" },
33+
{ href: "https://joeywallet.xyz/", id: "wallet-joey", alt: "Joey Wallet" },
3334
];
3435

3536
const hardwallets = [

static/css/devportal2024-v1.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/img/uses/joey.svg

Lines changed: 20 additions & 0 deletions
Loading

static/img/uses/lightmode/joey.svg

Lines changed: 20 additions & 0 deletions
Loading
22 KB
Loading

static/img/wallets/joey.svg

Lines changed: 20 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)