Browse Source

markdown edits to fix numbered lists

pull/6/head
jahway603 3 years ago
parent
commit
a14c88d1ff
  1. 9
      README.md
  2. 11
      guide.md

9
README.md

@ -11,6 +11,7 @@
<a href="https://www.reddit.com/r/Myhush/"> <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> <img src="https://img.shields.io/reddit/subreddit-subscribers/Myhush?style=social" alt="MyHushTeam's Reddit"></a>
</p> </p>
![Active HushChat between users](images/hushchat-screen.png) ![Active HushChat between users](images/hushchat-screen.png)
## Features of HushChat: ## Features of HushChat:
@ -30,6 +31,10 @@ HushChat is a protocol which is a particular use case of HushList protocol and w
inspired by the design of Signal Protocol and uses many of the same cryptography and ideas, but does not actually use any inspired by the design of Signal Protocol and uses many of the same cryptography and ideas, but does not actually use any
code from Signal. A HushChat protocol whitepaper is in progress. code from Signal. A HushChat protocol whitepaper is in progress.
## How do you start using HushChat?
Refer to our [HushChat Beta Guidebook](guide.md) to learn more.
## Is HushChat only compatible with HUSH mainnet? ## Is HushChat only compatible with HUSH mainnet?
No, it's designed to run on any compatible Zcash Protocol chain, including all [Hush Smart Chains](https://git.hush.is/hush/hush-smart-chains). No, it's designed to run on any compatible Zcash Protocol chain, including all [Hush Smart Chains](https://git.hush.is/hush/hush-smart-chains).
@ -74,10 +79,6 @@ In order of development:
The Lite mode desktop version is released in beta and our Android mobile version is in active development. The Lite mode desktop version is released in beta and our Android mobile version is in active development.
## How do you start using HushChat?
Refer to our [HushChat Beta Guidebook](guide.md) to learn more.
## What is HushList? ## What is HushList?
HushList is a protocol first published in 2017, which describes how to use Zcash Protocol for various communications use cases, HushList is a protocol first published in 2017, which describes how to use Zcash Protocol for various communications use cases,

11
guide.md

@ -8,7 +8,6 @@ Tips:
* Make sure to send yourself funds 3+ times or with 3+ outputs in one transaction, so you have multiple * Make sure to send yourself funds 3+ times or with 3+ outputs in one transaction, so you have multiple
"notes" to spend. This means you can send another memo before waiting for a confirmation. If you don't, you will need "notes" to spend. This means you can send another memo before waiting for a confirmation. If you don't, you will need
to wait for 1 confirmation every time, before sending. to wait for 1 confirmation every time, before sending.
* **I cannot stress this enough, but make sure to give every contact a different z-addr (z-address)!** * **I cannot stress this enough, but make sure to give every contact a different z-addr (z-address)!**
### HushChat handshake ### HushChat handshake
@ -23,11 +22,11 @@ Alice and Bob first have to initiate the HushChat initial communication handshak
![HushChat tab indicators](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. 2. 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.
1. Bob shares his newly created HushChat z-addr with Alice. 3. Bob shares his newly created HushChat z-addr with Alice.
1. Alice receives Bob's HushChat z-addr. 4. Alice receives Bob's HushChat z-addr.
##### Alice adds Bob as HushChat contact ##### Alice adds Bob as HushChat contact
@ -35,7 +34,8 @@ Alice and Bob first have to initiate the HushChat initial communication handshak
![HushChat "Send Contract Request" screen](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: 2. Alice then fills it in as follows:
* Choose a nickname * Choose a nickname
* Enter Bob's HushChat z-addr * Enter Bob's HushChat z-addr
* Choose an avatar (custom avatars coming soon) * Choose an avatar (custom avatars coming soon)
@ -56,6 +56,7 @@ Alice and Bob first have to initiate the HushChat initial communication handshak
![HushChat "Incoming Contact Request" screen with user clicking on an open request](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: 1. Bob then fills it in as follows:
* Choose a nickname * Choose a nickname
* Choose an avatar (custom avatars coming soon) * Choose an avatar (custom avatars coming soon)

Loading…
Cancel
Save