# Integrate with Dynamic

[Dynamic](https://docs.dynamic.xyz/docs/www.dynamic.xyz) is a powerful web3 auth developer platform that lets you integrate multiple wallets such as **Blocto**, and more into your app or website. Dynamic comes with Blocto Wallet built-in across both EVM and Flow.

<figure><img src="https://2376111056-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MFJEAgz-LrhDYkRm4sv%2Fuploads%2F6ivVEhoWa5YqbDJ3wfh5%2Fimage.png?alt=media&#x26;token=a44aab44-e512-4124-8c15-283695f392f8" alt=""><figcaption></figcaption></figure>

### Installation

Install from npm/yarn/pnpm

{% tabs %}
{% tab title="npm" %}

```bash
npm i @dynamic-labs/sdk-react
```

{% endtab %}

{% tab title="yarn" %}

```bash
yarn add @dynamic-labs/sdk-react
```

{% endtab %}

{% tab title="pnpm" %}

```bash
pnpm add @dynamic-labs/sdk-react
```

{% endtab %}
{% endtabs %}

Check out step-by-step guide [here](https://docs.dynamic.xyz/docs/integrating-with-dynamic-blocto).

### CodeSandbox Sample

{% embed url="<https://codesandbox.io/embed/evm-dynamic-integration-xgl8mf>" %}
