From 049e0c15a3ff83cc16debed0a381f29b133e8362 Mon Sep 17 00:00:00 2001 From: akcodez Date: Wed, 8 Oct 2025 10:49:29 -0700 Subject: [PATCH] add 2 new hackathons --- community/events.page.tsx | 22 ++++++++++++++++++++++ community/index.page.tsx | 24 ++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/community/events.page.tsx b/community/events.page.tsx index f29f90fd79..90e96d8a5d 100644 --- a/community/events.page.tsx +++ b/community/events.page.tsx @@ -1261,6 +1261,28 @@ const events = [ image: conference, end_date: "September 21, 2025", }, + { + name: "IXH25 - Italian XRPL Hackathon 2025", + description: + "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.", + type: "hackathon", + link: "https://luma.com/llwjrmcx", + location: "Rome, Italy", + date: "November 07, 2025", + image: hackathon, + end_date: "November 08, 2025", + }, + { + name: "Vega House Hackathon", + description: + "The Vega House XRPL Hackathon is calling all developers, designers, and innovators to create incredible solutions on the XRP Ledger (XRPL).", + type: "hackathon", + link: "https://xrpl.vegahacks.xyz/", + location: "Virtual", + date: "October 01, 2025", + image: hackathon, + end_date: "November 14, 2025", + }, ]; diff --git a/community/index.page.tsx b/community/index.page.tsx index 032f226d94..268a83ebc1 100644 --- a/community/index.page.tsx +++ b/community/index.page.tsx @@ -369,6 +369,30 @@ const events = [ end_date: "September 21, 2025", start_date: "September 21, 2025", }, + { + name: "IXH25 - Italian XRPL Hackathon 2025", + description: + "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.", + type: "hackathon", + link: "https://luma.com/llwjrmcx", + location: "Rome, Italy", + date: "November 07, 2025", + image: hackathon, + end_date: "November 08, 2025", + start_date: "November 07, 2025", + }, + { + name: "Vega House Hackathon", + description: + "The Vega House XRPL Hackathon is calling all developers, designers, and innovators to create incredible solutions on the XRP Ledger (XRPL).", + type: "hackathon", + link: "https://xrpl.vegahacks.xyz/", + location: "Virtual", + date: "October 01, 2025", + image: hackathon, + end_date: "November 14, 2025", + start_date: "October 01, 2025", + }, ];