diff --git a/website/docs/cmixx/e2e-xxm.md b/website/docs/cmixx/e2e-xxm.md index 15cf5b4dff6e7ecb167039e86cb480c0d29d0e15..02d755c777792eda1e6c2f50e7353ddf7abb4deb 100644 --- a/website/docs/cmixx/e2e-xxm.md +++ b/website/docs/cmixx/e2e-xxm.md @@ -4,7 +4,7 @@ (E2EE)](https://en.wikipedia.org/wiki/End-to-end_encryption) messaging is a way to securely and privately communicate with connections—only the sender and receiver can read the contents of their messages. While -[cMixx](../overview/cmix) protects your metadata (the who, what, +[cMixx](../cmixx) protects your metadata (the who, what, when, and where of your communications), the E2EE between clients on the xx Network provides the additional guarantee that no third party can decipher data that is processed and stored. End-to-end encryption keeps diff --git a/website/docs/cmixx/userDiscovery.md b/website/docs/cmixx/userDiscovery.md index 3f0c590b0b446c32afd6df2380e90a433593604e..6b49f2767a0da8d3af44539b3112e04e0240ae0c 100644 --- a/website/docs/cmixx/userDiscovery.md +++ b/website/docs/cmixx/userDiscovery.md @@ -24,7 +24,7 @@ During the xx Messenger app installation process, users select a unique username that is registered in UD. This registration is completed securely via [TCP/IP](https://en.wikipedia.org/wiki/Internet_protocol_suite) rather -than [cMixx](../overview/cmix). +than [cMixx](../cmixx). After registering their username, xx Messenger generates cryptographic information that will be used to identify the user uniquely. This @@ -64,7 +64,7 @@ xx Messenger allows users to easily find their connections by searching for their username, email, or phone number. When a user fills in search criteria, xx Messenger first salts and hashes the data and then sends it over the [anonymous data retrieval -protocol](adrp), which utilizes [cMixx](../overview/cmix) and a unique, on-the-fly negotiation +protocol](adrp), which utilizes [cMixx](../cmixx) and a unique, on-the-fly negotiation format request to search for the user without ever revealing who is searching or who is being searched. When received, the User Discovery server searches for the salted hash in its database. If a match is diff --git a/website/docs/cmixx/xxdk/technical-glossary.md b/website/docs/cmixx/xxdk/technical-glossary.md index 05eddb12bddbf38e68e853509b92801f372af8c6..a58dcb03151b14d6714bd9f5f756e8ff20c43187 100644 --- a/website/docs/cmixx/xxdk/technical-glossary.md +++ b/website/docs/cmixx/xxdk/technical-glossary.md @@ -28,7 +28,7 @@ See **[Session](#session-also-client-session)** ### **Client Command-Line Interface (CLI)** -The Client CLI is a command-line tool intended for testing xx network functionality. It can send and receive messages and authenticated channel requests. For instructions on how to set it up, see [*Set Up the Client Locally*](./getting-started.md/#set-up-the-client-locally). +The Client CLI is a command-line tool intended for testing xx network functionality. It can send and receive messages and authenticated channel requests. ## G diff --git a/website/docs/xxchain/API Documents/extrinsics.md b/website/docs/xxchain/API Documents/extrinsics.md index d5bd54e0aaf9d2ef124f07171475ada14883e3e2..203a7636d48f045ee183a2d4cf8bc822f913df81 100644 --- a/website/docs/xxchain/API Documents/extrinsics.md +++ b/website/docs/xxchain/API Documents/extrinsics.md @@ -553,13 +553,8 @@ ___ ### transferKeepAlive(dest: `MultiAddress`, value: `Compact<u128>`) - **interface**: `api.tx.balances.transferKeepAlive` -- **summary**: Same as the [`transfer`] call, but with a check that the transfer will not kill the origin account. +- **summary**: Same as the `transfer` call, but with a check that the transfer will not kill the origin account. - 99% of the time you want [`transfer`] instead. - - [`transfer`]: struct.Pallet.html#method.transfer - -___ ## bounties