You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch 'git-checkout-2801-3⃣-kilt-ext-lib-documentation' of github.com:KILTprotocol/docs into git-checkout-2801-3⃣-kilt-ext-lib-documentation
Signed-off-by: Chris Chinchilla <[email protected]>
# Conflicts:
# docs/develop/01_sdk/04_integrate/04_extension_api.md
Copy file name to clipboardExpand all lines: docs/develop/01_sdk/04_integrate/04_extension_api.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,6 @@ import TabItem from '@theme/TabItem';
10
10
The KILT Extension API is a JavaScript and TypeScript library that provides helper functions for interacting with KILT extensions.
11
11
It facilitates communication between your application and KILT extensions.
12
12
13
-
<!-- TODO: Possible to test code as it's browser-based? -->
14
-
15
13
## Installation
16
14
17
15
Add the package:
@@ -153,8 +151,6 @@ The following is an example of how you can use this method in a React applicatio
153
151
</TabItem>
154
152
</Tabs>
155
153
156
-
<!-- TODO: Unable to test -->
157
-
158
154
## Well-Known DID Configuration
159
155
160
156
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).
- `did`: DID of the issuer (and subject) of the Domain Linkage Credential. If omitted, the tool attempts to infer this from the `assertionMethod`.
184
180
- `seed`: Mnemonic or seed for the `assertionMethod` key used for issuing a new credential.
185
-
- `origin`: The domain for which you are creating the credential. See [https://developer.mozilla.org/en-US/docs/Glossary/Origin] for details.
181
+
- `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.
186
182
- `assertionMethod`: ID of the `assertionMethod` key used for issuing a new credential.
187
-
-
183
+
188
184
:::
189
185
190
186
Use the tool's `--help` flag to see all available options:
0 commit comments