Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 961 Bytes

integrate-with-dynamic.md

File metadata and controls

35 lines (25 loc) · 961 Bytes

Integrate with Dynamic

Dynamic 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.

Installation

Install from npm/yarn/pnpm

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

npm i @dynamic-labs/sdk-react

{% endtab %}

{% tab title="yarn" %}

yarn add @dynamic-labs/sdk-react

{% endtab %}

{% tab title="pnpm" %}

pnpm add @dynamic-labs/sdk-react

{% endtab %} {% endtabs %}

Check out step-by-step guide here.

Sample Code

{% embed url="https://codesandbox.io/s/github/blocto/blocto-sdk-examples/tree/main/src/adapter/evm/with-dynamic?file=/src/App.js" %}