import * as React from "react"; import { useTranslate } from "@portal/hooks"; import mapDark from "../static/js/impact/mapDark.json"; import mapLight from "../static/js/impact/mapLight.json"; import { useLottie } from "lottie-react"; import { useThemeFromClassList } from "../@theme/helpers"; export const frontmatter = { seo: { title: 'Impact', description: "Learn how the XRP Ledger helps move money around the world faster, cheaper and more sustainably than any other currency available today.", } }; export default function Impact() { const theme = useThemeFromClassList(['dark', 'light']) const { translate } = useTranslate(); const options = React.useMemo(() => { return { animationData: theme === 'dark' ? mapDark : mapLight, loop: true }; },[theme]) const { View } = useLottie(options); return (
{`${translate( "Open and decentralized, blockchain and crypto are seeing an increase in adoption across the financial services industry, from retail and institutional investment to " )} `} {translate("commercial use cases")} {` ${translate("like CBDCs, NFTs, and cross-border payments.")}`}
{translate( "The trivial amount of energy it does consume is then neutralized with carbon credits through EW Zero, an open-source blockchain decarbonization tool." )}
{translate( "Learn more about companies and developers who are using the XRP Ledger to solve interesting problems efficiently and sustainably." )}
{translate("See More")}{translate( "If you want to advance business with sustainable solutions to real-world problems, you’re invited to join the global, growing XRPL community. Here are some ways to get involved:" )}
{`${translate("Check out the ")} `} {translate("XRPL dev blog")} {` ${translate( "to stay up-to-date on the latest innovations and developments in the XRPL community." )}`}
{`${translate("Attend ")} `} {translate("meetups, hackathons, and conferences")} {` ${translate( "to meet other members of the community." )}`}
{`${translate("View the")} `} {translate("Github repositories")} {` ${translate( "to find blockchain projects to see how you can contribute." )}`}
{translate( "Join the conversation on social media using #XRPLCommunity." )}
{`${translate("Attend ")} `} {translate("meetups, hackathons, and conferences")} {` ${translate( "to meet other members of the community." )}`}
{translate( "Join the conversation on social media using #XRPLCommunity." )}