import React from "react"; import clsx from "clsx"; import Layout from "@theme/Layout"; import Link from "@docusaurus/Link"; import useDocusaurusContext from "@docusaurus/useDocusaurusContext"; // import useBaseUrl from "@docusaurus/useBaseUrl"; import styles from "./styles.module.css"; import Translate from "@docusaurus/Translate"; // import { translate } from "@docusaurus/Translate"; function Home() { const context = useDocusaurusContext(); const { siteConfig = {} } = context; return (

⛏ Start Developing

Get started building your decentralized app or marketplace with Solana.

🎛 Run a Validator Node

Validate transactions, secure the network, and earn rewards.

🏛 Create an SPL Token

Launch your own SPL Token, Solana's equivalent of ERC-20.

🏦 Integrate an Exchange

Follow our extensive integration guide to ensure a seamless user experience.

📲 Manage a Wallet

Create a wallet, check your balance, and learn about wallet options.

🤯 Learn How Solana Works

Get a high-level understanding of Solana's architecture.

); } export default Home;