Skip to content

Commit

Permalink
Merge pull request #261 from OMSKremer/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
l1h3r authored May 11, 2021
2 parents d3e38aa + 48742fe commit cbb28b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ cargo run --example getting_started

The following examples are avaliable for using the basic account (A high level API):

| # | Name | Information |
| :--: | :----------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------- |
| 1 | [getting_started](./getting_started.rs) | Introductory example for you to test whether the library is set up / working properly and compiles. |
| 2 | [account_basic](./account/basic.rs) | A basic example that generates and publishes a DID Document, the fundamental building block for decentralized identity. |
Expand All @@ -40,4 +41,4 @@ The following examples are avaliable for using the low-level APIs, which provide
| 4 | [low_verifiable_presentation](./low-level-api/verifiable_presentation.rs) | This example explains how to create a Verifiable Presentation from a set of credentials and sign it. |
| 5 | [low_resolution](./low-level-api/resolution.rs) | A basic example that generates a DID Document, publishes it to the Tangle, and retrieves information through DID Document resolution/dereferencing. |
| 6 | [low_diff_chain](./low-level-api/diff_chain.rs) | An example that utilizes a diff and integration chain to publish updates to a DID Document. |
| 7 | [low_merkle_key](./low-level-api/merkle_key.rs) | An example that revokes a key and shows how verification fails as a consequence. |
| 7 | [low_merkle_key](./low-level-api/merkle_key.rs) | An example that revokes a key and shows how verification fails as a consequence. |

0 comments on commit cbb28b8

Please sign in to comment.