Skip to main content

Dapp developer

DIP feature support
  • 1.13.0 Peregrine
  • 1.12.1 Peregrine
  • 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.