asyncio
is required, meaning you will need Python 3.7 or above.
didkit
library and manipulate the didkit
module as you would any other. It contains all the same functions as the other bindings, so you can refer to the Rust docs for an overview of the core structure of DIDKit as a library.issueCredential
, for example, takes all the properties you would expect, as JSON strings and returns a credential as a JSON string that the user then .loads
to access individual fields. See the following example:pytest
asyncio
if it is not already the case.