Installation
How to install and set up VeChain Kit in your project
Get the template
$ npx create-vechain-dapp@latest
? Select template ›
❯ VeChain Kit Next.js Template (Chakra, React Query, SDK)Quick-start
2
Install peer dependencies
yarn add @chakra-ui/react@^2.8.2 \
@emotion/react@^11.14.0 \
@emotion/styled@^11.14.0 \
@tanstack/react-query@^5.64.2 \
@vechain/[email protected] \
framer-motion@^11.15.03
Last updated
Was this helpful?