The open-source KILT SDK is written in TypeScript and enables developers to quickly and easily build dApps around new business use cases. KILT is a protocol for self-sovereign data and interoperability built on top of the permissionless KILT blockchain. The SDK provides collection of classes and methods to interact with the KILT Protocol.
- Self-sovereign data. Have ownership of your digital and analog identities, with control over who your users share that data with. Providing that extra layer of flexibility and security.
- Interoperability. Claim Types (CTYPEs) facilitate the adoption of standardised credential content structures.
Head over to our official website or our documentation hub to explore what KILT can offer to new and existing projects.
To help improve, please refer to our contribution page.
Install the KILT-SDK by running the following commands:
npm install @kiltprotocol/sdk-js
or with yarn
:
yarn add @kiltprotocol/sdk-js
We include UMD bundles in our release and prerelease NPM publishes. They can be used to easily embed our complete SDK.
<script src="https://unpkg.com/@kiltprotocol/sdk-js@dev/dist/sdk-js.min.umd.js"></script>
You can find the library on window.kilt
, and use it completely dependency free.
Check to see if we have any Job Offers