Installation
Ready for Javascript systems
# with npm
$ npm install @taikai/dappkit
# with yarn
$ yarn add @taikai/dappkit
If you are facing any issue in the development process please go to our
Discord
at #div-issues-supportOptional
// Install NVM recommended version for dappkit
$ nvm install 16.14.3
// Set it on the working directory
$ nvm alias default v16.14.3
// Use the settled as default
$ nvm use default
Last modified 1yr ago