diff --git a/documentation/dev-portal/src/events/hcpp23-serinko.md b/documentation/dev-portal/src/events/hcpp23-serinko.md index f99b4c623b..f2ab295a91 100644 --- a/documentation/dev-portal/src/events/hcpp23-serinko.md +++ b/documentation/dev-portal/src/events/hcpp23-serinko.md @@ -33,7 +33,7 @@ chmod +x ./nym-connect_.AppImage For simplification in this guide we connect Electrum, Monero wallet and Matrix (Element) using NymConnect and ircd over `nym-socks5-client`. Of course if your choice is to run `nym-socks5-client` all these apps will connect through that and you don't need to install NymConnect. ```admonish info -This aims to connect your favourite applications Nym Mixnet, therefore does not include how to install these applications. +This guide aims to connect your favourite applications to Nym Mixnet, therefore it does not include how to install these applications. ``` ### Electrum Bitcoin wallet via NymConnect @@ -50,7 +50,7 @@ To download the Electrum visit the [official webpage](https://electrum.org/#down ### Monero wallet via NymConnect - +![](../images/monero_tutorial/monero-gui-NC.gif) ### Matrix (Element) via NymConnect diff --git a/documentation/dev-portal/src/images/electrum_tutorial/electrum.gif b/documentation/dev-portal/src/images/electrum_tutorial/electrum.gif new file mode 100644 index 0000000000..bbf2602539 Binary files /dev/null and b/documentation/dev-portal/src/images/electrum_tutorial/electrum.gif differ diff --git a/documentation/dev-portal/src/images/monero_tutorial/monero-gui-NC.gif b/documentation/dev-portal/src/images/monero_tutorial/monero-gui-NC.gif new file mode 100644 index 0000000000..f5ec96f462 Binary files /dev/null and b/documentation/dev-portal/src/images/monero_tutorial/monero-gui-NC.gif differ