jupiter 1.0.1 copy "jupiter: ^1.0.1" to clipboard
jupiter: ^1.0.1 copied to clipboard

A robust, type-safe Dart SDK for interacting with the Jupiter Ultra API. Supports Solana transaction signing, order routing, execution, balances, and token shield info.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add jupiter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  jupiter: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:jupiter/jupiter.dart';
1
likes
150
points
44
downloads

Publisher

unverified uploader

Weekly Downloads

A robust, type-safe Dart SDK for interacting with the Jupiter Ultra API. Supports Solana transaction signing, order routing, execution, balances, and token shield info.

Repository (GitHub)
View/report issues

Topics

#solana #jupiter #defi #trading #api-client

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

base58check, flutter, http, json_annotation, meta, solana

More

Packages that depend on jupiter