/Jup-arbitrage-with-Core

Arbitrage bot on Solana with Jup-ag Core

Primary LanguageTypeScript

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 React UI, use Jupiter React Hook instead.

React Native?

Checkout Jupiter React Native Example.

Documentanion

Jupiter Documentation.

Getting started

  • We recommend yarn due to resolutions
  • 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