diff --git a/docs/use/wallets/features/control-assets.md b/docs/use/wallets/features/control-assets.md new file mode 100644 index 0000000..5171b60 --- /dev/null +++ b/docs/use/wallets/features/control-assets.md @@ -0,0 +1 @@ +# Control Assets diff --git a/docs/use/wallets/features/ionic-swaps.md b/docs/use/wallets/features/ionic-swaps.md new file mode 100644 index 0000000..a7056a3 --- /dev/null +++ b/docs/use/wallets/features/ionic-swaps.md @@ -0,0 +1 @@ +# Ionic Swaps diff --git a/docs/use/wallets/gui-wallet.md b/docs/use/wallets/gui-wallet.md index b211438..ed13237 100644 --- a/docs/use/wallets/gui-wallet.md +++ b/docs/use/wallets/gui-wallet.md @@ -27,6 +27,12 @@ Zano app is available for mobile (Android/iOS) and desktop (Windows, Linux and M ``` +:::info + +Some antivirus programs do not recognize wallet software and automatically flag it as a virus, resulting in a false positive. In that case, you will need to add zano.exe to your exclusion list. + +::: + ### Create new wallet ![alt createwallet-1](/img/use/gui-wallet/create.png "create-wallet-1") @@ -43,8 +49,14 @@ When the wallet file is created you can continue with `Create wallet`. This file ![alt createwallet-4](/img/use/gui-wallet/seedphrase.png "create-wallet-4") -To finalise wallet creation, store the wallet's seed phrase. IMPORTANT: Using the seed phrase, anyone can restore and take full control of the wallet. Keep it in a secure location and avoid unauthorized access to it by any means. Note that you can review the seed phrase later in wallet details menu. +To finalise wallet creation, store the wallet's seed phrase. + +:::danger + +IMPORTANT: Using the seed phrase, anyone can restore and take full control of the wallet. Keep it in a secure location and avoid unauthorized access to it by any means. Note that you can review the seed phrase later in the wallet details menu. + +::: ![alt createwallet-5](/img/use/gui-wallet/wallet.png "create-wallet-5") -Now the wallet has been created. You can copy your wallet address and use it to receive ZANO from exchanges, mining pools and other sources. +Now the wallet has been created. You can copy your wallet address and use it to receive ZANO or Confidential Assets from exchanges, mining pools and other sources. diff --git a/docs/use/zano-matrix-guide.mdx b/docs/use/zano-matrix-guide.mdx index bfce67a..07963fa 100644 --- a/docs/use/zano-matrix-guide.mdx +++ b/docs/use/zano-matrix-guide.mdx @@ -29,11 +29,11 @@ With an increase in compromised communication platforms like Telegram and WhatsA src="https://www.youtube.com/embed/UycIuP5_EII?si=cvi4l6YkzjL2I6q4" title="YouTube video player" style={{ - position: 'absolute', - top: 0, - left: 0, - width: '100%', - height: '100%' + position: 'absolute', + top: 0, + left: 0, + width: '100%', + height: '100%' }} frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" @@ -59,7 +59,7 @@ Furthermore, it's possible to connect with people via the Zano Explorer. Simply click the Matrix connection icon to be forwarded to a one-on-one chat using the Zano Matrix Messenger! -![](static/img/use/zano-matrix-guide/matrixexplorer.jpg) +![zano-matrix-explorer](/img/use/zano-matrix/matrixexplorer.jpg) ## Frequent Asked Questions diff --git a/docs/use/static/img/use/zano-matrix-guide/matrixexplorer.jpg b/static/img/use/zano-matrix/matrixexplorer.jpg similarity index 100% rename from docs/use/static/img/use/zano-matrix-guide/matrixexplorer.jpg rename to static/img/use/zano-matrix/matrixexplorer.jpg