# Getting started with agent-payments-sdk

Cross-chain payments SDK for Pump Agent — Solana-native + EVM cross-chain support

## Install

```bash
npm i github:nirholas/agent-payments-sdk
```

## Verify the install

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

```bash
git clone https://github.com/nirholas/agent-payments-sdk.git
cd agent-payments-sdk
```

Available commands:

| Command | Runs |
|---|---|
| `npm run build` | `tsup` |
| `npm run dev` | `tsup --watch` |
| `npm run typecheck` | `tsc --noEmit` |
| `npm run test` | `vitest run` |

## Next steps

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