# Installation

The  SDK enables projects to interact with tokenbound accounts on [Starknet](https://www.starknet.io/en), making it easy to query ERC-6551 account addresses for any NFT and execute transactions against accounts.

{% tabs %}
{% tab title="pnpm" %}
`pnpm install starknet-tokenbound-sdk`
{% endtab %}

{% tab title="yarn" %}
`yarn add starknet-tokenbound-sdk`<br>
{% endtab %}

{% tab title="npm" %}
`npm install starknet-tokenbound-sdk`\ <br>
{% endtab %}
{% endtabs %}

## Example Integration

To help you get started more quickly, we've assembled bare-bone [example apps using the Tokenbound SDK](https://github.com/horuslabsio/tokenbound-sdk/tree/v3/examples).

{% hint style="info" %}
This SDK contains a suite of open-source tools for building with[ ERC-6551](https://github.com/Starknet-Africa-Edu/TBA). These docs are still a work in progress. In the meantime, feel free to join the [working group](https://t.me/+mXVPO0nwBPU3ODBk) to learn more.
{% endhint %}
