> ## Documentation Index
> Fetch the complete documentation index at: https://docs.suave.money/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> To get started with the Suave SDK, follow these installation instructions.

<Card title="Disclaimer" icon="triangle-exclamation">
  The Suave Aggregator SDK will only function properly in a browser-like environment. You can use a library like [web3-mock](https://github.com/DePayFi/web3-mock) to simulate this in Node.js.
</Card>

You will need to also have [viem](https://viem.sh/) installed to get started. To install everything with npm, use this command:

```
npm install --save @suave_money/sdk viem
```
