Skip to content

Commit

Permalink
fix: Documentation improvements (hyperledger-identus#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo authored Jun 1, 2023
1 parent 09572b4 commit 6d43d03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
14 changes: 8 additions & 6 deletions docs/Agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ proof presentation, issue credentials, and out-of-band messages. DIDComm-related
functionality comes from the [DIDComm V2](https://github.com/input-output-hk/atala-prism-docs/blob/main/documentation/docs/concepts/glossary.md#didcomm) specification.

## DIDComm Protocol Support

| Protocol | Supported | Notes |
| --- | :--: | -- |
| [Mediator Coordinator](https://didcomm.org/mediator-coordination/2.0/) | :white_check_mark: | -- |
| Connection | :white_check_mark: | -- |
| [DIDComm V2 Issue Credential](https://github.com/decentralized-identity/waci-didcomm/tree/main/issue_credential) | :
white_check_mark: | -- |
| [DIDComm V2 Present Proof](https://github.com/decentralized-identity/waci-didcomm/blob/main/present_proof/present-proof-v3.md)
| :white_check_mark: | -- |
| Connection | :white_check_mark: | Atala PRISM proprietary |
| [DIDComm V2 Issue Credential](https://github.com/decentralized-identity/waci-didcomm/tree/main/issue_credential) | :white_check_mark: | -- |
| [DIDComm V2 Present Proof](https://github.com/decentralized-identity/waci-didcomm/blob/main/present_proof/present-proof-v3.md) | :white_check_mark: | -- |

### How to use didcomm inside your webpack application
It is required for you to copy the wasm file "didcomm-rust/didcomm-browser/didcomm_js_bg.wasm"
inside the public folder that your react application has, usually "./public".
It is important also to keep the filename as it comes, without changing anything to it.

## Agent Setup

Expand Down
14 changes: 0 additions & 14 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,3 @@ Atala PRISM TypeScript SDK provides the following building blocks:
* Mercury: Provides a suite of operations for handling DIDComm V2 messages.
* Pluto: Provides an interface for storage operations in a portable, storage-agnostic manner.
* PrismAgent: PrismAgent, a component using all other building blocks, provides basic edge agent capabilities, including implementing DIDComm V2 protocols.

## DIDComm Protocol Support

| Protocol | Supported | Notes |
| --- | :--: | -- |
| [Mediator Coordinator](https://didcomm.org/mediator-coordination/2.0/) | :white_check_mark: | -- |
| Connection | :white_check_mark: | Atala PRISM proprietary |
| [DIDComm V2 Issue Credential](https://github.com/decentralized-identity/waci-didcomm/tree/main/issue_credential) | :white_check_mark: | -- |
| [DIDComm V2 Present Proof](https://github.com/decentralized-identity/waci-didcomm/blob/main/present_proof/present-proof-v3.md) | :white_check_mark: | -- |

### How to use didcomm inside your webpack application
It is required for you to copy the wasm file "didcomm-rust/didcomm-browser/didcomm_js_bg.wasm"
inside the public folder that your react application has, usually "./public".
It is important also to keep the filename as it comes, without changing anything to it.

0 comments on commit 6d43d03

Please sign in to comment.