Skip to content

Commit

Permalink
fix: remove safely (#59)
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Ribó Labrador <elribonazo@gmail.com>
  • Loading branch information
elribonazo committed Oct 20, 2023
1 parent 95dd96f commit cb97a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ It is maintained as an open source component through the [Hyperledger Lab: Open
More in depth documentation about Cloud Agent can be found [here](/docs/atala-prism/prism-cloud-agent/overview).

#### Wallet SDKs
Wallet SDKs for web and mobile (iOS, Android, TypeScript) enable identity holders to safely store credentials and respond to proof requests. They are typically used in applications that allow identity holders to interact with issuers and verifiers.
Wallet SDKs for web and mobile (iOS, Android, TypeScript) enable identity holders to store credentials and respond to proof requests. They are typically used in applications that allow identity holders to interact with issuers and verifiers.

More in-depth documentation about the different Wallet SDKs can be found here ([TypeScript](https://input-output-hk.github.io/atala-prism-wallet-sdk-ts/), [Swift](https://input-output-hk.github.io/atala-prism-wallet-sdk-swift/), [KMM](https://input-output-hk.github.io/atala-prism-wallet-sdk-kmm/))

Expand Down Expand Up @@ -620,7 +620,7 @@ Once the Holder receives a credential from the Cloud Agent, it needs to store th

:::caution

The sample application are using an insecure storage solution which should only be used for testing purposes and not production environments!
The sample application are using an insecure storage solution which should only be used for testing purposes and not production environments!

:::

Expand Down

0 comments on commit cb97a50

Please sign in to comment.