Skip to content
Open
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
4 changes: 2 additions & 2 deletions docs/cloud-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ import {recoverCloudWalletMasterKey} from '@docknetwork/wallet-sdk-core/lib/clou
const masterKey = await recoverCloudWalletMasterKey(mnemonic);
```

### Step 3: Initialize the Cloud Wallet
### Step 3: Initialize the cloud storage

After setting up the data store and generating key, initialize the Cloud Wallet and connect it to the local data storage. This ensures continuous synchronization between the EDV and the wallet.
After setting up the data store and generating keys, initialize the Cloud storage and connect it to the local data storage. This ensures continuous synchronization between the EDV and the wallet.

```ts
import {initializeCloudWallet} from '@docknetwork/wallet-sdk-core/lib/cloud-wallet';
Expand Down