# Getting started with pumpfun-rust-client

Rust SDK for the `pump` and `pump_amm` Solana programs. Three things in one crate:

## Install

```bash
git clone https://github.com/nirholas/pumpfun-rust-client.git
```

## Verify the install

Clone the repository and run its checks to confirm everything works on your machine:

```bash
git clone https://github.com/nirholas/pumpfun-rust-client.git
cd pumpfun-rust-client
```



## Next steps

- [Examples](./examples.md) shows runnable snippets.
- The [README](https://github.com/nirholas/pumpfun-rust-client#readme) is the complete reference.
- Found a problem? [Open an issue](https://github.com/nirholas/pumpfun-rust-client/issues).
