Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 705 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 705 Bytes

kilt-extension

KILT Extension helper functions. The tools you need to add extension to your app, or add KILT functionality to your extension

Get Extension

In order to use the extension with KILT credential API the extension needs to be injected into the application close to the loading of the application. Here you can use getExtensions function to add it directly to the application and wait for its response.

Now you can access the extensions API and handle the data and interactions between the Dapp and Extension.

See the react-example.ts example inside the get extension folder, here is how you can use getExtensions in a react app?

Inject Extension

Currently work in progress.