/kilt-workshop-101

An introduction on how to use the KILT SDK. Please use the Github page. You don't need to clone this repo.

Primary LanguageTypeScript

KILT Tutorial 101

SDK version 0.19.0.

📦 Topics: KILT SDK essentials, basic credential workflow without privacy enhancement. This includes creating a CTYPE and a claim; attesting a claim; and finally verifying the attested claim.

⏳ Duration: 15-45 minutes.

🤓 Prerequisites: basic JavaScript or TypeScript knowledge.

❓ Questions? Join our developer community channel!

Welcome, curious mind!

In this tutorial, you will:

✔ Get familiar with the essential concepts in KILT: identities, CTYPEs, claims, attested claims and more.

✔ Use the KILT SDK to implement the basic flow of a KILT claim, from creation until verification. You'll create a claim as a claimer, attest it as an attester and verify it as a verifier.

✔ Use the KILT SDK to write onto and read from the KILT blockchain.

Ready? Let's go!

👉 Step 0: Setup

🛑 Please note that we expect you to go through the tutorial on our Github page. Therefore, you do not need to clone this repo.