From bedbe34f17a2b2ef4077df0a1e1b8daddb5a31c4 Mon Sep 17 00:00:00 2001 From: serinko <97586125+serinko@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:40:50 +0200 Subject: [PATCH] added matrix NC guide --- .../dev-portal/src/events/hcpp23-serinko.md | 24 ++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/documentation/dev-portal/src/events/hcpp23-serinko.md b/documentation/dev-portal/src/events/hcpp23-serinko.md index bfacc64f29..fedc39e0b1 100644 --- a/documentation/dev-portal/src/events/hcpp23-serinko.md +++ b/documentation/dev-portal/src/events/hcpp23-serinko.md @@ -38,7 +38,7 @@ This guide aims to connect your favourite applications to Nym Mixnet, therefore ### Electrum Bitcoin wallet via NymConnect -To download the Electrum visit the [official webpage](https://electrum.org/#download). To connect to the Mixnet follow these steps: +To download Electrum visit the [official webpage](https://electrum.org/#download). To connect to the Mixnet follow these steps: 1. Start and connect NymConnect (or `nym-socks5-client`) 2. Start your Electrum Bitcoin wallet @@ -50,7 +50,7 @@ To download the Electrum visit the [official webpage](https://electrum.org/#down ### Monero wallet via NymConnect -To download the Monero wallet visit the [getmonero.org](https://www.getmonero.org/downloads/). To connect to the Mixnet follow these steps: +To download Monero wallet visit [getmonero.org](https://www.getmonero.org/downloads/). To connect to the Mixnet follow these steps: 1. Start and connect NymConnect (or `nym-socks5-client`) 2. Start your Monero wallet @@ -63,7 +63,25 @@ If you prefer to run Monero-CLI wallet with Monerod, please check out [this guid ### Matrix (Element) via NymConnect - +To download Element (chat client for Matrix) wallet visit [element.io](https://element.io/download). To connect to the Mixnet follow these steps: + +1. Start and connect NymConnect (or `nym-socks5-client`) +2. Start `element-desktop` with `--proxy-server` argument: + +**Linux** + +```sh +element-desktop --proxy-server=socks5://127.0.0.1:1080 +``` + +**Mac** + +```zsh +open -a Element --args --proxy-server=socks5://127.0.0.1:1080 +``` + +To setup your own alias or key-binding see our [*Matrix NymConnect Integration* guide](https://nymtech.net/developers/tutorials/matrix.html#optimise-setup-with-a-keybinding--alias). + ## Building Nym Platform