Skip to main content

Dapp developer

The Decentralized Identity Provider (DIP) SDK helps Dapp developers build DIP functionality into their apps.

Installation

Add the SDK as a dependency:

npm install @kiltprotocol/dip-sdk

Import the SDK into your code:

import { * } from '@kiltprotocol/dip-sdk'
info

Read the auto-generated API documentation for more details on the methods the SDK provides.