Jupiter Aggregator (jup.ag)
The best swap aggregator on Solana. Built for smart traders who like money.
This repo is an example with our Jupiter Core SDK.
The quickest way to integrate Jupiter with your React UI, use Jupiter React Hook instead.
Checkout Jupiter React Native Example.
- We recommend
yarn
due toresolutions
- Add a
.env
to root - Populate these values
CLUSTER=mainnet-beta
WALLET_PRIVATE_KEY=<wallet private key> ## or set it up in src/constants
- yarn
- yarn start