Jupiter Core Example

1*cXNgzu0Pvj4HwOLw4Akwqg

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.

Integrate with React instead?

The quickest way to integrate Jupiter with your UI, use Jupiter React Hook instead

React Native?

Checkout Jupiter React Native Example

Getting started

  • 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