GuidesLocal Playground

Local Playground

IdentityKit comes with its own playground to experiment with the features locally.

Running the Playground

To set up and start the playground, execute the following command:

npm i && npm run playground

Applications Included

  1. Dapp (react-dapp)
    Built for signer developers, this application provides a web-based interface to visually explore the API documentation for IdentityKit standards.

  2. Demo (react-demo)
    Designed for application developers, this is a simple frontend application integrated with IdentityKit. It allows users to sign in with IdentityKit and make canister calls.

  3. Signer (react-signer)
    A sample signer application showcasing the basics of signer functionality. It provides insight into the operations on the signer side.