diff --git a/README.md b/README.md index a86e12e..2173fc6 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ code from Signal. A HushChat protocol whitepaper is in progress. No, it's designed to run on any compatible Zcash Protocol chain, including all Hush Smart Chains: -https://github.com/myhush/hush-smart-chains +https://git.hush.is/hush/hush-smart-chains That being said, HushChat is being developed soley on HUSH mainnet. Other cryptocoins are encouraged to read our Free Software and port it to their codebases with appropriate licensing. @@ -52,7 +52,7 @@ Glad you asked! z2z transaction or not. This is caused ["plausible deniability"](https://en.wikipedia.org/wiki/Plausible_deniability) and also there is no way to know *how many* people are being communicated with, another kind of plausible deniability. * CCX and LOKI have none of the above properties, their systems are centralized and have very little privacy, if any. - * Additionally, Conceal and LOKI have no censorship-prevention and are not protected by Bitcoin Hashrate Security via [Delayed-Proof-of-Work](https://github.com/leto/mastering_komodo_dpow/blob/master/mastering_komodo_dpow.md) + * Additionally, Conceal and LOKI have no censorship-prevention and are not protected by Bitcoin Hashrate Security via [Delayed-Proof-of-Work](https://git.hush.is/hush/mastering_dpow/src/branch/main/README.md) * CCX and LOKI are off-chain only, while HushChat can be either on-chain or off-chain. * CCX + LOKI use Javascript/web tech extensively and HushChat avoids that stuff like a disease @@ -79,7 +79,7 @@ communicaitons. The world is increasingly chat-based versus email-based and Hush ## Will HushChat store messages on the blockchain like HushList does? Yes, data must be stored on-chain to have censorship resistance and HushChat can be thought of as a "flavor" of HushList. -Users may choose between storing data on the *public* Hush blockchain or their own Hush Smart Chain (which could be public or completely private) : https://github.com/myhush/hush-smart-chains +Users may choose between storing data on the *public* Hush blockchain or their own Hush Smart Chain (which could be public or completely private) : https://git.hush.is/hush/hush-smart-chains ## Isn't it a bad idea to store private data in a blockchain?