Skip to content

Commit

Permalink
Merge branch 'git-checkout-2801-3⃣-kilt-ext-lib-documentation' of git…
Browse files Browse the repository at this point in the history
…hub.com:KILTprotocol/docs into git-checkout-2801-3⃣-kilt-ext-lib-documentation

Signed-off-by: Chris Chinchilla <chris@kilt.io>

# Conflicts:
#	docs/develop/01_sdk/04_integrate/04_extension_api.md
  • Loading branch information
ChrisChinchilla committed Dec 14, 2023
2 parents dce035b + c2668d1 commit 4871cbd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/develop/01_sdk/04_integrate/04_extension_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import TabItem from '@theme/TabItem';
The KILT Extension API is a JavaScript and TypeScript library that provides helper functions for interacting with KILT extensions.
It facilitates communication between your application and KILT extensions.

<!-- TODO: Possible to test code as it's browser-based? -->

## Installation

Add the package:
Expand Down Expand Up @@ -153,8 +151,6 @@ The following is an example of how you can use this method in a React applicatio
</TabItem>
</Tabs>
<!-- TODO: Unable to test -->
## Well-Known DID Configuration
This library helps set up the [Well-Known DID Configuration](https://identity.foundation/.well-known/resources/did-configuration/) as required by the [KILT Credential API specification](https://github.com/KILTprotocol/spec-ext-credential-api).
Expand Down Expand Up @@ -182,9 +178,9 @@ yarn createDidConfig --did <your DID> \
- `did`: DID of the issuer (and subject) of the Domain Linkage Credential. If omitted, the tool attempts to infer this from the `assertionMethod`.
- `seed`: Mnemonic or seed for the `assertionMethod` key used for issuing a new credential.
- `origin`: The domain for which you are creating the credential. See [https://developer.mozilla.org/en-US/docs/Glossary/Origin] for details.
- `origin`: The domain for which you are creating the credential. [Read MDN docs for more details](https://developer.mozilla.org/en-US/docs/Glossary/Origin]) for details.
- `assertionMethod`: ID of the `assertionMethod` key used for issuing a new credential.
-
:::
Use the tool's `--help` flag to see all available options:
Expand Down

0 comments on commit 4871cbd

Please sign in to comment.