DApp Kit

The VeChain dApp kit is a frontend library designed to make it easy to build dApps on the VeChainThor blockchain. This documentation provides a comprehensive guide to using the dApp kit library, including installation, usage instructions, and details about its key features and methods.

Repo

https://github.com/vechain/vechain-dapp-kitarrow-up-right

Libraries

  • @vechain/dapp-kit - A library to provide a layer on top of Connex, which makes wallet management easier.

  • @vechain/dapp-kit-ui - A library of UI components to make it easy to select and connect to a wallet.

  • @vechain/dapp-kit-react - A library of React hooks and components to make it easy to use the dApp kit with React.

React and other Frameworks

circle-exclamation

React is our favourite library but the dApp kit library has been made to be used with every JavaScript framework. You can start with these sample apps:

you can use both JavaScript and TypeScript

Key Features

The VeChain dApp kit is designed to make it easy to interact with all VeChainThor compatible wallets

  1. Wallet Management: Connex was designed with Sync / Sync2 in mind, so this library provides an additional layer on top, making it easier to manage multiple wallets.

  2. Wallet Selection: The @vechain/dapp-kit-ui library provides multiple components to make it easy to select and connect to a wallet.

  3. React: The @vechain-dapp-kit-react library provides several hooks and components to make it easy to use the dApp kit with React.

Last updated

Was this helpful?