Skip to content

Commit 9b1878c

Browse files
authored
Merge pull request #3344 from XRPLF/events-updates-2025-10-08
feat: add 2 new hackathons
2 parents b08d7f0 + 049e0c1 commit 9b1878c

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

community/events.page.tsx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,6 +1261,28 @@ const events = [
12611261
image: conference,
12621262
end_date: "September 21, 2025",
12631263
},
1264+
{
1265+
name: "IXH25 - Italian XRPL Hackathon 2025",
1266+
description:
1267+
"A 3-day hackathon in Rome on cryptography and blockchain, featuring tracks on advanced cryptography and XRPL applications. Organized by XRPL Commons and partners, the event offers a €10,000 prize pool, includes seminars, coding and pitch sessions, and provides support for students.",
1268+
type: "hackathon",
1269+
link: "https://luma.com/llwjrmcx",
1270+
location: "Rome, Italy",
1271+
date: "November 07, 2025",
1272+
image: hackathon,
1273+
end_date: "November 08, 2025",
1274+
},
1275+
{
1276+
name: "Vega House Hackathon",
1277+
description:
1278+
"The Vega House XRPL Hackathon is calling all developers, designers, and innovators to create incredible solutions on the XRP Ledger (XRPL).",
1279+
type: "hackathon",
1280+
link: "https://xrpl.vegahacks.xyz/",
1281+
location: "Virtual",
1282+
date: "October 01, 2025",
1283+
image: hackathon,
1284+
end_date: "November 14, 2025",
1285+
},
12641286
];
12651287

12661288

community/index.page.tsx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,30 @@ const events = [
369369
end_date: "September 21, 2025",
370370
start_date: "September 21, 2025",
371371
},
372+
{
373+
name: "IXH25 - Italian XRPL Hackathon 2025",
374+
description:
375+
"A 3-day hackathon in Rome on cryptography and blockchain, featuring tracks on advanced cryptography and XRPL applications. Organized by XRPL Commons and partners, the event offers a €10,000 prize pool, includes seminars, coding and pitch sessions, and provides support for students.",
376+
type: "hackathon",
377+
link: "https://luma.com/llwjrmcx",
378+
location: "Rome, Italy",
379+
date: "November 07, 2025",
380+
image: hackathon,
381+
end_date: "November 08, 2025",
382+
start_date: "November 07, 2025",
383+
},
384+
{
385+
name: "Vega House Hackathon",
386+
description:
387+
"The Vega House XRPL Hackathon is calling all developers, designers, and innovators to create incredible solutions on the XRP Ledger (XRPL).",
388+
type: "hackathon",
389+
link: "https://xrpl.vegahacks.xyz/",
390+
location: "Virtual",
391+
date: "October 01, 2025",
392+
image: hackathon,
393+
end_date: "November 14, 2025",
394+
start_date: "October 01, 2025",
395+
},
372396

373397
];
374398

0 commit comments

Comments
 (0)