check the example app for a quick start
{% hint style="warning" %} dApp-kit has been built on top of Connex, which will require crypto, buffer, http, https and some other node polyfills, check example app configuration files if you are stuck. Check also Node Polyfills page. {% endhint %}
npm i @vechain/dapp-kit-reactUpon installation, you may utilize the subsequent code snippet to verify the proper functioning within your TypeScript project:
import { DAppKitProvider } from '@vechain/dapp-kit-react';