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. 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.

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