# Getting Started

Welcome! This guide will get you up and running with the OCAP Client in under 30 minutes. You'll learn how to install the client, connect your application to an OCAP-compatible blockchain, and make your first API call to verify your setup.

Follow these simple steps to begin interacting with the network.

<x-cards data-columns="2">
  <x-card data-title="Installation" data-href="/getting-started/installation" data-icon="lucide:download">
    Learn how to add the OCAP Client package to your project using npm or pnpm.
  </x-card>
  <x-card data-title="Basic Usage" data-href="/getting-started/basic-usage" data-icon="lucide:play-circle">
    Initialize the client, connect to the Beta chain, and make your first API call to verify your setup.
  </x-card>
</x-cards>

Once you've completed these initial steps, you'll be ready to explore more advanced features. For practical, task-oriented examples, be sure to check out the [How-to Guides](./how-to-guides.md).
