jup-lend-sdk 0.2.18

SDK for Jupiter lending protocol
Documentation

Jupiter Lending SDK

A Rust SDK for interacting with Jupiter Lending protocol on Solana.

Usage

Add this to your Cargo.toml:

[dependencies]
jup-lend-sdk = "0.2.0"
anyhow = "1.0"
tokio = { version = "1.47.1", features = ["full"] }

License

MIT