SDK Use Case Example

This page will show an example of some of the previously explained Client-SDK use cases. Using Client SDK to Send Requests and Generate Verifiable Credential

The application below showcases the Client SDK to send requests and generate Verifiable Credentials (VC) with the remote parachain and enclave servers.

Prerequisites

You will need the following to run the application locally:

  • Basic knowledge of JavaScript and React

  • Familiarity with the Polkadot ecosystem

  • Installed Node.js and npm

  • Installed Polkadot.js extension

Source code:

You can find the source code of this demo app at github.com/litentry/client-demo-app.

Follow the instructions in the README.md file to run the application locally.

Video demo

Last updated