Jupiter Lending SDK
A Rust SDK for interacting with Jupiter Lending protocol on Solana.
Usage
Add this to your Cargo.toml:
[]
= "0.2.0"
= "1.0"
= { = "1.47.1", = ["full"] }
License
MIT
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