Introduction to KleverChain SDK
Introduction to develop and start integration with KleverChain main methods
The SDK module provides a quick and easy way to make contract calls directly to the Klever blockchain, either using the Klever wallet or a .pem
file in a node server.
Installation
Web App
$ npm install @klever/sdk-web
or
$ yarn add @klever/sdk-web
you can also import the script directly from this url, as exemplified here.
NodeJS
NodeJS must be above version 18.0.0
$ npm install @klever/sdk-node
or
$ yarn add @klever/sdk-node