Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/cloud-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ const {pullDocuments} = await initializeCloudWallet({
// Pull documents from the EDV and sync with the wallet
await pullDocuments();
```
**The EDV auth key will need to be obtained from the Truvera support team via support@truvera.io**

The `pullDocuments` function synchronizes the EDV and the wallet by comparing documents and updating the data store accordingly. Documents can be credentials or messages.

Expand Down
Loading