# Hotpot Rust SDK
A Rust SDK for [Hotpot](https://docs.hotpot.tech/), a cross-chain DEX aggregator that enables token swaps across Ethereum, Solana, Tron, and Bitcoin.
## Installation
Add this to your `Cargo.toml`:
```toml
[dependencies]
hotpot-sdk = "0.1"
```
## Documentation
- [Hotpot API Documentation](https://docs.hotpot.tech/)
- [SDK Repository](https://github.com/BoostyLabs/hotpot-sdk-rust)
- Examples are available in the [`examples/`](./examples) directory