import * as React from "react"; import { useThemeHooks } from '@redocly/theme/core/hooks'; import { Link } from '@redocly/theme/components/Link/Link'; export const frontmatter = { seo: { title: 'Developer Funding', description: "If you’re a software developer or team looking to build your next project or venture on the XRP Ledger (XRPL), there are a number of opportunities to fund your next innovation.", } }; false; const target = { prefix: "" }; // TODO: fixme export default function Funding() { const { useTranslate } = useThemeHooks(); const { translate } = useTranslate(); return (
purple waves

{translate("XRPL Developer Funding Programs")}

{translate("Project Resources")}

{translate( "Explore funding opportunities for developers and teams" )}

{translate("Funding Overview")}

{translate( "If you’re a software developer or team looking to build your next project or venture on the XRP Ledger (XRPL), there are a number of opportunities to fund your next innovation." )}

{/* Hackathons */}
{/* flex. Col for mobile. Row for large. on large align content to the center */}

{translate("XRPL Hackathons")}

{translate("Join an Event")}

{translate( "Hackathons are open to all developers to explore and invent a project on the XRP Ledger. Visit the events page for updates on upcoming hackathons." )}

{translate("See Upcoming Events")}
{/* funding list */}
user
{translate("Best for")}

{translate( "Software developers and teams building directly on the XRP Ledger" )}

{/* Hide on large */}
book
{translate("Required")}

{translate("Some coding experience")}

arrow
{translate("Level")}

{translate("XRPL beginner to advanced developers")}

{/* Hide on large */}
dollar sign
{translate("Funding Levels")}

{translate("Prize money and awards")}

{/* end col 1 */} {/* Show on large */}
book
{translate("Required")}

{translate("Some coding experience")}

dollar sign
{translate("Funding Levels")}

{translate("Prize money and awards")}

{/* end col 2 */}
{translate("See Upcoming Events")}
{/* Eligibility */}
{/* flex. Col for mobile. Row for large. on large align content to the center */}

{translate("XRPL Grants")}

{translate("Fund Your Project")}

{translate( "Developer grants for projects that contribute to the growing XRP Ledger community." )}

{translate("Past awardees include:")}
{/* funding list */}
user
{translate("Best for")}

{translate( "Software developers, teams, and start-ups building directly on the XRP Ledger" )}

{/* Hide on large */}
book
{translate("Required")}

{" "} {translate("Coding experience")}
{" "} {translate("Github repository")}
{" "} {translate("Project narrative/description")}
{" "} {translate("At least one developer on the core team")}
{" "} {translate("Budget and milestones")}

arrow
{translate("Level")}

{translate("XRPL intermediate to advanced developers")}

{/* Hide on large */}
dollar sign
{translate("Funding Levels")}

{translate("$10,000 - $200,000")}

{/* end col 1 */} {/* Show on large */}
book
{translate("Required")}

{" "} {translate("Coding experience")}
{" "} {translate("Github repository")}
{" "} {translate("Project narrative/description")}
{" "} {translate("At least one developer on the core team")}
{" "} {translate("Budget and milestones")}

dollar sign
{translate("Funding Levels")}

{translate("$10,000 - $200,000")}

{/* end col 2 */}
{/* Accelerator */}
{/* flex. Col for mobile. Row for large. on large align content to the center */}

{translate("XRPL Accelerator")}

{translate("Advance your project")}

{translate( "12-week program for entrepreneurs building on the XRP Ledger to scale their projects into thriving businesses." )}

{/* funding list */}
user
{translate("Best for")}

{translate( "Start-ups building scalable products on XRPL that can capture a large market opportunity" )}

{/* Hide on large */}
book
{translate("Required")}

{" "} {translate("Strong founding team")}
{" "} {translate("Bold, ambitious vision")}
{" "} {translate("Ideally an MVP and monetization strategy")}

arrow
{translate("Level")}

{" "} {translate("XRPL advanced developers")}
{" "} {translate("Business acumen")}

{/* Hide on large */}
dollar sign
{translate("Funding Levels")}

{translate( "$50,000 (grant) + pitch for venture funding" )}

{/* end col 1 */} {/* Show on large */}
book
{translate("Required")}

{" "} {translate("Strong founding team")}
{" "} {translate("Bold, ambitious vision")}
{" "} {translate( "Ideally an MVP and monetization strategy" )}

dollar sign
{translate("Funding Levels")}

{translate( "$50,000 (grant) + pitch for venture funding" )}

{/* end col 2 */}
{translate("View XRPL Accelerator")}
orange waves
); }