# Solana

The AppKit SDK supports Solana and SVM-based chains, allowing users to connect their wallets to applications built on Solana and compatible networks such as [Solayer Chain](https://solayer.org).
<Frame>
<video
  controls
  className="w-full aspect-video"
  src="/images/Solana.mp4"
></video>
</Frame>

**AppKit provides a simple, secure, and seamless in-app experience for users looking to transact within web3.**
<Card title="Try Demo" href="https://appkit-lab.reown.com/appkit/?name=solana" horizontal />

## Get Started

<CardGroup cols={2}>
  <Card title="React" icon="react" href="/appkit/react/core/installation#solana">
    Get started with AppKit in React.
  </Card>

  <Card title="Next.js" icon="square-n" href="/appkit/next/core/installation#solana">
    Get started with AppKit in Next.js.
  </Card>

  <Card title="Vue" icon="vuejs" href="/appkit/vue/core/installation#solana">
    Get started with AppKit in Vue.
  </Card>

  <Card title="JavaScript" icon="js" href="/appkit/javascript/core/installation#solana">
    Get started with AppKit in JavaScript.
  </Card>

  <Card title="React Native" icon="react" href="/appkit/react-native/core/installation#solana">
    Get started with AppKit in React Native.
  </Card>

  <Card title="Unity" icon="unity" href="/appkit/unity/core/installation">
    Get started with AppKit in Unity.
  </Card>
</CardGroup>
