> For the complete documentation index, see [llms.txt](https://docs.cometh.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cometh.io/quick-start/getting-started.md).

# Getting started

You want to try Cometh Connect ? [Request your access to the dashboard](https://app.cometh.io/register?product=connect\&utm_source=doc)

In this tutorial, we'll create a smart wallet and execute a transaction to increment a counter smart contract, using Cometh Connect.&#x20;

## Get Access to Cometh Connect

To use Cometh Connect, the first step is to get your api keys at [https://app.cometh.io](https://app.cometh.io/login?callbackUrl=/dashboard). If this is your first time using Cometh Connect, please [reach out](https://calendly.com/aurelien-gm/30min?utm_source=alembic-dashboard-marketplace) so we can set you up with a Connect account and apiKey.

<figure><img src="/files/UQdVG7pU0NUsMZTGIwAm" alt="" width="470"><figcaption></figcaption></figure>

## Setting up your project

Once you validate the email registration, you'll have access to that panel:

<figure><img src="/files/AcwfoYbQbR503xyxiuTb" alt="" width="563"><figcaption></figcaption></figure>

By choosing Connect, you'll be able to create your first Cometh Connect project. For this tutorial, we will create a project on the Polygon testnet network.

<figure><img src="/files/b6adPFO8jfZKtweZVQ3U" alt="" width="468"><figcaption></figcaption></figure>

You will then have access to your dashboard.

## Get your API Keys

On your dashboard, you can click on the apiKey button to access all your project's credentials.

<figure><img src="/files/Rq0VZqp8mhbvlmiv6Pk2" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/LTr4XoeVB5fBfOi3yI57" alt="" width="436"><figcaption></figcaption></figure>

You now have your project API key, congrats ! It will be used in your front-end to authenticate public API calls.

## Test the boilerplate

Going back to the apiKey button, by clicking on the getting started button you'll be able to download the tutorial repository and start trying it out !

<figure><img src="/files/WZTah2WFLvSIEiGLQLta" alt=""><figcaption></figcaption></figure>

Once done, you can run the examples using bun:

{% hint style="info" %}
The project runs on bun, you might need to [install bun](https://bun.sh/docs/installation\)) if you do not have it already:For each example, you'll have to create an env file with the associated values:
{% endhint %}

```
bun install
bun dev
```

You can now go and test the demo live, here is what you should be able to do:

<figure><img src="/files/5OlPWY3b1p4T3lKW7Z30" alt=""><figcaption></figcaption></figure>
