Browse Source

changed images from HTML format to markdown format

pull/6/head
jahway603 3 years ago
parent
commit
4db2684559
  1. 2
      README.md
  2. 16
      guide.md

2
README.md

@ -11,7 +11,7 @@
<a href="https://www.reddit.com/r/Myhush/">
<img src="https://img.shields.io/reddit/subreddit-subscribers/Myhush?style=social" alt="MyHushTeam's Reddit"></a>
</p>
<img src="images/hushchat-screen.png">
![Active HushChat between users](images/hushchat-screen.png)
## Features of HushChat:

16
guide.md

@ -15,13 +15,13 @@ to wait for 1 confirmation every time, before sending.
Alice and Bob first have to initiate the HushChat initial communication handshake otherwise HushChat will not work correctly and you will end up with garbage, like this:
<img src="images/hushchat-garbage.png">
![HushChat garbage text appearing as users did not correctly setup HushChat handshake first](images/hushchat-garbage.png)
##### Alice begins...
1. Alice asks Bob for a HushChat z-address (z-addr) to start communicating.
<img src="images/hushchat-tab-indicators.png">
![HushChat tab indicators](images/hushchat-tab-indicators.png)
1. Bob clicks on the "Zs1" button in his HushChat tab. The result is that the wallet creates a new z-addr and copies it into his clipboard. We'll call this Bob's HushChat z-addr.
@ -33,7 +33,7 @@ Alice and Bob first have to initiate the HushChat initial communication handshak
1. Alice clicks on the "add contact" button in her HushChat tab, which is to the left of "Zs1". The result is the "Send Contact Request" screen appears with a new z-addr, which we'll call this Alice's HushChat z-addr. This screen appears as:
<img src="images/hushchat-send-contact-request.png">
![HushChat "Send Contract Request" screen](images/hushchat-send-contact-request.png)
1. Alice then fills it in as follows:
* Choose a nickname
@ -45,15 +45,15 @@ Alice and Bob first have to initiate the HushChat initial communication handshak
##### Bob confirms new HushChat contact
<img src="images/hushchat-contact-confirm-waiting.png">
![HushChat tab indicating contact request waiting](images/hushchat-contact-confirm-waiting.png)
1. Bob clicks on the "incoming contact request" button in his HushChat tab, which is to the left of the "add contact" button. Note that Bob sees a red 1 here instead of the zero, as seen above. The result is the "Incoming Contact Request" screen, which is shown here:
<img src="images/hushchat-incoming-contact-request.png">
![HushChat "Incoming Contact Request" screen](images/hushchat-incoming-contact-request.png)
1. Bob then clicks on the request as seen here:
<img src="images/hushchat-incoming-contact-request-2.png">
![HushChat "Incoming Contact Request" screen with user clicking on an open request](images/hushchat-incoming-contact-request-2.png)
1. Bob then fills it in as follows:
* Choose a nickname
@ -61,7 +61,7 @@ Alice and Bob first have to initiate the HushChat initial communication handshak
1. Bob then clicks "Add new contact" and sees the following "Added Contact" popup, which he clicks "OK" on.
<img src="images/hushchat-added-contact-popup.png">
![HushChat "Added Contact" popup window](images/hushchat-added-contact-popup.png)
##### Now Patience...
@ -73,7 +73,7 @@ Alice and Bob first have to initiate the HushChat initial communication handshak
Now both Alice and Bob are able to type encrypted memos (messages) back and forth and enjoy a bit of privacy :sunglasses:
<img src="images/hushchat-screen.png">
![Active HushChat between users](images/hushchat-screen.png)
## Support

Loading…
Cancel
Save