# Getting started with atomic

Atomic pump.fun launch + fee collection + buy/transfer scripts using Jito bundles

## Install

```bash
npm install
```

## Verify the install

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

```bash
git clone https://github.com/nirholas/atomic.git
cd atomic
```

Available commands:

| Command | Runs |
|---|---|
| `npm run test` | `vitest run` |
| `npm run typecheck` | `tsc --noEmit` |

## Next steps

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