hotpot-sdk 0.4.0

Rust SDK for interacting with the HotPot cross-chain DEX aggregator API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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