Installation

check the example app for a quick start

Installation

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.

npm i @vechain/dapp-kit-react

Upon installation, you may utilize the subsequent code snippet to verify the proper functioning within your TypeScript project:

import { DAppKitProvider } from '@vechain/dapp-kit-react';

Last updated