# Getting started with robinhood-toolkit

Build on Robinhood Chain and Robinhood Crypto. Tools, runnable examples, and 64 build prompts.

## 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/robinhood-toolkit.git
cd robinhood-toolkit
```

Available commands:

| Command | Runs |
|---|---|
| `npm run test` | `npm run check:headers && npm run test:packages` |

## Next steps

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