> ## Documentation Index
> Fetch the complete documentation index at: https://garden-e60e7dd0-chore-update-preview.mintlify.site/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
      npm install @gardenfi/core @gardenfi/utils @gardenfi/orderbook viem @catalogfi/wallets
      ```

      ```bash yarn
      yarn add yarn add @gardenfi/core @gardenfi/utils @gardenfi/orderbook viem @catalogfi/wallets
      ```
    </CodeGroup>
  </Step>
</Steps>
