https://github.com/jupiter-devrel/jupiter-mobile-example
Example implementation of Jupiter Mobile with Solana Wallet Adapter
https://github.com/jupiter-devrel/jupiter-mobile-example
jup-ag jupiter-mobile nextjs solana solana-wallet-adapter wallet-connect
Last synced: 19 days ago
JSON representation
Example implementation of Jupiter Mobile with Solana Wallet Adapter
- Host: GitHub
- URL: https://github.com/jupiter-devrel/jupiter-mobile-example
- Owner: Jupiter-DevRel
- Created: 2025-04-01T05:45:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-01T16:15:29.000Z (about 1 year ago)
- Last Synced: 2025-04-01T17:35:36.575Z (about 1 year ago)
- Topics: jup-ag, jupiter-mobile, nextjs, solana, solana-wallet-adapter, wallet-connect
- Language: TypeScript
- Homepage:
- Size: 132 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jupiter Mobile Adapter Example
This is a simple example of how to integrate Jupiter Mobile Adapter with Reown AppKit into Solana Wallet Adapter.
## Getting Started
1. Clone the repository
```bash
git clone https://github.com/dannweeeee/jupiter-mobile-example.git
```
2. Install dependencies
```bash
pnpm install
```
3. Run the development server
```bash
pnpm dev
```