jup-lend-sdk 0.2.13

SDK for Jupiter lending protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Jupiter Lending SDK

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

## Usage

Add this to your `Cargo.toml`:

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

## License

MIT