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.$ npm install @klever/sdk-web
or
$ yarn add @klever/sdk-web
NodeJS must be above version 18.0.0
$ npm install @klever/sdk-node
or
$ yarn add @klever/sdk-node
Last modified 1mo ago