Installation
To add the package to your React app, you need to install the kit with all its peer dependencies as following:
yarn add @tanstack/react-query@"^5.64.2" @chakra-ui/react@"^2.8.2" @vechain/dapp-kit-react@"2.1.0-rc.1" @vechain/vechain-kit
// or
npm i @tanstack/react-query@"^5.64.2" @chakra-ui/react@"^2.8.2" @vechain/dapp-kit-react@"2.1.0-rc.1" @vechain/vechain-kit
Only supported on React and Next.js
React query, chakra and dapp-kit are peer dependencies.
Last updated
Was this helpful?