Crates.io | jup-lend-sdk |
lib.rs | jup-lend-sdk |
version | 0.2.4 |
created_at | 2025-08-29 15:28:29.523337+00 |
updated_at | 2025-09-18 09:24:44.003809+00 |
description | SDK for Jupiter lending protocol |
homepage | |
repository | https://github.com/Instadapp/jup-lend-sdk-rs |
max_upload_size | |
id | 1816022 |
size | 559,337 |
A Rust SDK for interacting with Jupiter Lending protocol on Solana.
Add this to your Cargo.toml
:
[dependencies]
jup-lend-sdk = "0.2.0"
anyhow = "1.0"
tokio = { version = "1.47.1", features = ["full"] }
MIT