| Crates.io | rango-sdk |
| lib.rs | rango-sdk |
| version | 0.0.1 |
| created_at | 2024-02-23 18:20:28.710553+00 |
| updated_at | 2024-02-23 18:20:28.710553+00 |
| description | Unofficial Rango SDK for Rust |
| homepage | |
| repository | https://github.com/yeager-eren/rango-sdk-rs |
| max_upload_size | |
| id | 1150855 |
| size | 53,899 |
Unofficial Rango SDK for Rust
First you need to initialize your client:
let rango = Client::new(
"put-a-device-id-for-your-client",
"YOUR_API_KEY",
None,
);
Then you can use available methods to interact with rango.
Examples can be found here.
| Title | Status |
|---|---|
| Meta (chains,swappers,messaging_protocols) | ✅ |
/meta |
✅ |
/quote |
✅ |
/is-approved |
✅ |
/status |
✅ |
/balance |
✅ |
/swap |
✅ |
/report-tx |
❌ |
Not implemented.