Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: KILT Distillery #49

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions docs/development/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
id: distillery
title: KILT Distillery
---

KILT Protocol is flexible, allowing builders and businesses to create use cases for identities and credentials using DIDs, anchoring the hash of the credential onto the blockchain.

The section covers the KILT Distillery, a cookbook for builders, entrepreneurs, and users.

**WARNING: IF YOU ARE BUILDING ON KILT, REMEMBER TO FOLLOW RUNTIME UPGRADES**

## What is the Distillery?

The KILT Distillery is an on-ramp for people to build any use cases for identities and credentials using DIDs. The Distillery provides tools, the recipes and the magic needed to start projects. It can also be used if you want to adapt existing projects to give them a fresh new Web3 lease of life.

The Distillery provides common workflows as code Recipes, Ingredients, and Tools. The code and ideas here are open concepts to be built upon.

How did the recipe go? Do you have any feedback? Please feel free to check out our contribution guide to share your feedback, or message directly in the [Discord](LINK) channel.

### Recipes

The Recipes include sample projects showing KILT's features and how to implement them. Users can add the business logic on top of the solution. As a user, these solutions should remove the heavy lifting of complete workflows, allowing you to get straight to the exciting KILT features.

#### web3 login verification credential - button

The web3 did login gives the user a decentralised way of logging into a website, not being bound by centralised services. Using credentials to verify information, and provide utility to the application.

How can we leverage the data already stored in a centralised Database?

You can use SocialKYC to take the data stored in centralised services to act as verification on a site.

### Ingredients

Ingredients are plug-and-play components that break down workflows or functionality into manageable components to add to a project.

### Use Extension - button

Here you can get the extension and in the future inject kilt functionality into your extension.


### Tooling

Tooling contains KILT-specific tooling to help with building and managing projects.

#### Setup verifier assests

#### Setup socialKYC Claimer credentials