didkit icon indicating copy to clipboard operation
didkit copied to clipboard

A cross-platform toolkit for decentralized identity.

Results 56 didkit issues
Sort by recently updated
recently updated
newest added

Unknown DID method - for both did:pkh:tz and did:pkh:eth But it works on python and node js... Example for eth ``` final didMethod = 'pkh:eth'; final jwkKey = '{"kty":"EC","crv":"secp256k1","d":"CGWgc8CRZKRyC3vMccWRxYJW6pSuMnGkhrr_j8gr9zA","x":"jWVMruQ1C5gVp2TavMVYX6bDXqJf_jg1vUYmxSn7QME","y":"CtStNb9G3uvZhZaVvTQhoe5xnzZGr-FbRdZNh-Ojdxs","alg":"ES256K-R"}'; final...

Dependent on: - [x] #316 I tried to get it working nicely, by bundling (or inlining) the WASM, so I updated rollup and the rest. Didn't quite work so to...

Fixes #77. This adds generation of a dependency license summary, listing all of DIDKit's Rust/Cargo dependency packages and their licenses. The resulting file is intended to be included in binary...

licensing

Add `RevocationList2020Status` to `credentialStatusesSupported` in the local VC (HTTP) API Test Suite config, to cause [Revocation List 2020](https://w3c-ccg.github.io/vc-status-rl-2020/) functionality to be tested. This should have been added before, but was...

Attempt to reduce the CI time by using debug mode instead of release. In the end, iOS and Flutter are still using release so it's still around 30min -- but...

ı'm trying svelve-chapii-wallet , ı have a this error : ```Uncaught (in promise) ReferenceError: DIDKitLoader is not defined``` ``` http://localhost:5000/didkit/didkit-loader.min.js net::ERR_ABORTED 404 (Not Found)```

Using either `prepareIssuePresentation` or `completeIssuePresentation` from `@spruceid/didkit-wasm-node` in class definition increases memory usage by 500 mb. Issue can be reproduced with simple class ``` const didkit = require('@spruceid/didkit-wasm-node'); class Verifier...

I am trying to set up the java-springboot project and I need the didkit.jar. I followed the documentation and I ran the command make -C lib ../target/didkit.jar after creating symlink...