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