Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 846 Bytes

File metadata and controls

19 lines (13 loc) · 846 Bytes

Installation

check the example app for a quick start

Installation

{% 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-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';