Jupiter Aggregator (jup.ag)
The best swap aggregator on Solana. Built for smart traders who like money.
The quickest way to integrate Jupiter with your UI, use Jupiter React Hook instead
Checkout Jupiter Core Example
In App.tsx
, you are greeted with <CoreExample />
and <HookExample />
.
<CoreExample />
is a simple example of how you can interface with Jupiter Core library<HookExample />
is a abstracted interface ofJupiter Core Library
via @jup-ag/react-hook`.
- Checkout Expo getting started docs here and setup your iOS or Android sims
- Add a
.env
to root - Populate these value
cluster=devnet
WALLET_PRIVATE_KEY=<wallet private key> ## or set it up in src/constants
npm i
npm start