| title | TON documentation |
|---|---|
| description | TON is a blockchain platform designed for scalable smart contracts, applications, and payments at consumer scale. |
| mode | custom |
| og:image | resources/logo/og-image.png |
| twitter:image | resources/logo/og-image.png |
export const Journey = ({ title, description, children }) => { return (
); };export const JourneyStep = ({ title, icon, iconType, href, cta, children }) => { return (
<a
className="card block font-normal group ring-2 ring-transparent rounded-2xl !bg-transparent border border-gray-950/10 dark:border-white/10 overflow-hidden w-full h-full cursor-pointer hover:!border-primary dark:hover:!border-primary-light"
{...(href && { href: href })}
>
);
};
{/* hero section */}
{/* color splash */}
{/* content */}
{/* color splash */}
Learn how to get help on the dedicated page
Add the folder with many developer chats
Seek skilled professionals and agencies
{/* journeys */}
{/* troubleshooting */}