Skip to content

Commit

Permalink
Deployed 7044f32 to main with MkDocs 1.6.0 and mike 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 31, 2024
1 parent 5fa0e29 commit 3827460
Show file tree
Hide file tree
Showing 7 changed files with 2,550 additions and 218 deletions.
4 changes: 3 additions & 1 deletion main/demo/AliceWantsAJsonCredential/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2404,8 +2404,10 @@ <h2 id="setup-agents-to-issue-json-ld-credentials">Setup Agents to Issue JSON-LD
<p>Using the Faber admin api, you have to create a DID with the appropriate:</p>
<ul>
<li>DID method ("key" or "sov")</li>
<li>key type "ed25519" or "bls12381g2" (corresponding to signature types "Ed25519Signature2018" or "BbsBlsSignature2020")</li>
<li>if you use DID method "sov" you must use key type "ed25519"</li>
<li>Either one of the following key types:</li>
<li>"ed25519" (corresponding to signature types "Ed25519Signature2018" or "Ed25519Signature2020")</li>
<li>"bls12381g2" (corresponding to signature type "BbsBlsSignature2020")</li>
</ul>
<p>Note that "did:sov" must be a public DID (i.e. registered on the ledger) but "did:key" is not.</p>
<p>For example, in Faber's swagger page call the <code>/wallet/did/create</code> endpoint with the following payload:</p>
Expand Down
Loading

0 comments on commit 3827460

Please sign in to comment.