An open API service indexing awesome lists of open source software.

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

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
```