Installation

Ready for Javascript systems

1) Installation

dappkit is available as an npm package,

# with npm
$ npm install @taikai/dappkit

# with yarn
$ yarn add @taikai/dappkit

2) Access the Object Functions directly via

If you are facing any issue in the development process please go to our Discord at #div-issues-support

Optional

Set up NVM

// 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 updated