import * as React from "react"; import { useTranslate } from "@portal/hooks"; 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 { translate } = useTranslate(); return (
default-alt-text

{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." )}

{/* funding list */}
default-alt-text
{translate("Best for")}

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

{/* Hide on large */}
default-alt-text
{translate("Required")}

{translate("Some coding experience")}

default-alt-text
{translate("Level")}

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

{/* Hide on large */}
default-alt-text
{translate("Funding Levels")}

{translate("Prize money and awards")}

{/* end col 1 */} {/* Show on large */}
default-alt-text
{translate("Required")}

{translate("Some coding experience")}

default-alt-text
{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 */}
default-alt-text
{translate("Best for")}

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

{/* Hide on large */}
default-alt-text
{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")}

default-alt-text
{translate("Level")}

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

{/* Hide on large */}
default-alt-text
{translate("Funding Levels")}

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

{/* end col 1 */} {/* Show on large */}
default-alt-text
{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")}

default-alt-text
{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 */}
default-alt-text
{translate("Best for")}

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

{/* Hide on large */}
default-alt-text
{translate("Required")}

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

default-alt-text
{translate("Level")}

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

{/* Hide on large */}
default-alt-text
{translate("Funding Levels")}

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

{/* end col 1 */} {/* Show on large */}
default-alt-text
{translate("Required")}

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

default-alt-text
{translate("Funding Levels")}

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

{/* end col 2 */}
{translate("View XRPL Accelerator")}
default-alt-text
); }