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
Copy file name to clipboardExpand all lines: docs/develop/01_sdk/04_integrate/04_extension_api.md
+1-5Lines changed: 1 addition & 5 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).
0 commit comments