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

# Setup

<Steps>
  <Step title="Core dependencies">
    Install the following packages:

    <CodeGroup>
      ```bash npm theme={null}
      npm install @gardenfi/core @gardenfi/utils @gardenfi/orderbook viem @catalogfi/wallets
      ```

      ```bash yarn theme={null}
      yarn add yarn add @gardenfi/core @gardenfi/utils @gardenfi/orderbook viem @catalogfi/wallets
      ```
    </CodeGroup>
  </Step>
</Steps>
