diff --git a/docs/Use/Tools/notarize/notarization.md b/docs/Use/Tools/notarize/notarization.md index 2d8362d..a929b8a 100644 --- a/docs/Use/Tools/notarize/notarization.md +++ b/docs/Use/Tools/notarize/notarization.md @@ -1,5 +1,5 @@ --- -docstatus: 30% # one of {DRAFT, 30%, 90%, COMPLETE} +docstatus: 90% # one of {DRAFT, 30%, 90%, COMPLETE} id: notarization-overview title: QRL Notarization Overview hide_title: false @@ -18,10 +18,10 @@ slug: /use/tools/notarize/overview --- -The QRL's notarization system is a secure and decentralized way of proving the existence and integrity of a document or message at a specific point in time. It is designed to provide a trustworthy method of verifying information without relying on a central authority utilizing blockchain technology. +The QRL's notarization system provides a secure and decentralized way of proving the existence and integrity of a document or message at a specific point in time. It is designed to provide a trustworthy method of verifying information without relying on a central authority utilizing blockchain technology. -When a user wants to notarize a document or message, they can submit it to the QRL network using the [QRL Wallet Tools](#) featured in the [Desktop and Web wallet](/use/wallet). The system then creates a cryptographic hash of the document, which is a unique representation of its contents. +When a user wants to notarize a document or message, they can submit it to the QRL network using the QRL Wallet Tools featured in the [Desktop and Web wallet](/use/wallet). The system then creates a cryptographic hash of the document, which is a unique representation of its contents. This cryptographic hash is then stored on the QRL blockchain, making it a part of the public record. The hash serves as a digital fingerprint of the document and can be used to verify its integrity in the future. Since the blockchain is decentralized and replicated across multiple nodes, it is extremely difficult to tamper with the stored information. @@ -64,7 +64,9 @@ To verify the integrity of the document, you simply pass it through the same has :::tip -It is important to point out that this does NOT load the file to the blockchain, only a cryptographic representation (Hash) of the data in the file. An original copy of the file will be needed to verify the notarization. +It is important to point out that this does **NOT** load the file to the blockchain, only a cryptographic representation (Hash) of the data in the file. An original copy of the file will be needed to verify the notarization. :::caution -Overall, the QRL's notarization system offers a decentralized and secure way to prove the existence and integrity of documents or messages. It leverages blockchain technology to create an immutable record that can be verified by anyone, without the need for a central authority. The provided tools and API make it easy for users to notarize and retrieve information, while the technical documentation gives developers insights into the system's implementation. \ No newline at end of file +Overall, the QRL's notarization system offers a decentralized and secure way to prove the existence and integrity of documents or messages. It leverages blockchain technology to create an immutable record that can be verified by anyone, without the need for a central authority. + +The provided tools and API make it easy for users to notarize and retrieve information, while the technical documentation gives developers insights into the system's implementation. \ No newline at end of file diff --git a/docs/Use/Tools/notarize/notarize-data.md b/docs/Use/Tools/notarize/notarize-data.md index 8dfce99..366abca 100644 --- a/docs/Use/Tools/notarize/notarize-data.md +++ b/docs/Use/Tools/notarize/notarize-data.md @@ -1,5 +1,5 @@ --- -docstatus: 30% # one of {DRAFT, 30%, 90%, COMPLETE} +docstatus: 90% # one of {DRAFT, 30%, 90%, COMPLETE} id: notarization-data title: QRL - Notarize Data hide_title: false diff --git a/docs/Use/Tools/notarize/verify-data.md b/docs/Use/Tools/notarize/verify-data.md index 1594d7e..bd731f9 100644 --- a/docs/Use/Tools/notarize/verify-data.md +++ b/docs/Use/Tools/notarize/verify-data.md @@ -1,12 +1,12 @@ --- -docstatus: 30% # one of {DRAFT, 30%, 90%, COMPLETE} +docstatus: 90% # one of {DRAFT, 30%, 90%, COMPLETE} id: notarization-verification title: QRL - Notarization Verification hide_title: false hide_table_of_contents: false -sidebar_label: Notarization Verification +sidebar_label: Verification sidebar_position: 1 -pagination_label: Notarization Verification +pagination_label: Verification custom_edit_url: https://github.com/theqrl/documentation/edit/main/docs/Use/notarize/verify-data.md description: QRL Notarisation verification guide keywords: @@ -17,7 +17,6 @@ image: /assets/img/icons/yellow.png slug: /use/tools/notarize/noatrization-verification --- - Verifying a document that has been notarized on the QRL blockchain is simple and can be done using a web browser. :::info diff --git a/docs/Use/Tools/tokens/create-token.md b/docs/Use/Tools/tokens/create-token.md index 5c8546a..38b5779 100644 --- a/docs/Use/Tools/tokens/create-token.md +++ b/docs/Use/Tools/tokens/create-token.md @@ -1,5 +1,5 @@ --- -docstatus: 30% # one of {DRAFT, 30%, 90%, COMPLETE} +docstatus: 90% # one of {DRAFT, 30%, 90%, COMPLETE} id: create-token title: QRL Token - Create hide_title: false @@ -19,14 +19,15 @@ slug: /use/tools/tokens/create The QRL supports QRT or Quantum Resistant Ledger Tokens. These tokens share the same cryptography and Quantum Resistance as the main QRL blockchain. -You can create tokens either by using the `qrl` command line, API, or through a GUI by browsing to the qrl web wallet application hosted at [wallet.theqrl.org](https://wallet.theqrl.org). Open your wallet, or create a new one to begin with this guide. +You can create tokens either by using the `qrl` command line, API, or through a GUI by browsing to the qrl web wallet application hosted at [https://wallet.theqrl.org](https://wallet.theqrl.org). -Creating a new token is easy. Once you have all of the details entered and the fee paid, the network takes care of the rest. +Open your wallet, or create a new one to begin with this guide. ### Token Creation -To create a token you will need to provide the following information: +Creating a new token is easy. Once you have all of the details entered and the fee paid, the network takes care of the rest. +To create a token you will need to provide the following information: | Field | Details | | :--: | :--- | @@ -46,14 +47,12 @@ This will broadcast the creation of your token across the QRL network and send t You will see a confirmation page that shows the details of the transaction. Verify the information is correct and press "Confirm Token Creation" - The confirmation screen will print the details of the transaction. ### Checking Token Balance You can check the balance of any tokens you have in your wallet by selecting the tokens tab in the top bar of the "Send and Receive" tab in the web wallet. - You can also see the recent transactions on the right of the balance screen. -You can receive tokens at your main QRL address, no need for anything special to receive. +You can receive tokens at your main QRL address, no need for anything special to receive. \ No newline at end of file diff --git a/docs/Use/Tools/tokens/qrl-tokens.md b/docs/Use/Tools/tokens/qrl-tokens.md index c7978ef..ff4ef17 100644 --- a/docs/Use/Tools/tokens/qrl-tokens.md +++ b/docs/Use/Tools/tokens/qrl-tokens.md @@ -1,5 +1,5 @@ --- -docstatus: 30% # one of {DRAFT, 30%, 90%, COMPLETE} +docstatus: 90% # one of {DRAFT, 30%, 90%, COMPLETE} id: qrl-tokens-overview title: QRL Token Overview hide_title: false @@ -17,7 +17,7 @@ image: /assets/img/icons/yellow.png slug: /use/tools/tokens/overveiw --- -QRL supports the generation of colored tokens, allowing a multitude of functionality in addition to the typical blockchain functions. +QRL supports the generation of *colored* tokens, allowing a multitude of functionality in addition to the typical blockchain functions. These tokens are generated and sent in separate transaction types *([`RelayTokenTxn`](/api/wallet-api#relaytokentxn) and [`RelayTransferTokenTxn`](/api/wallet-api#relaytransfertokentxn))* allowing additional versatility as they are not tied to any QRL funds and can be transferred interdependently from an QRL coins. @@ -63,14 +63,6 @@ This section covers the GUI interface through the web wallet tools section. For automated token functionality, including using slave OTS keys to generate and send see the [API Documentation](/api/wallet-api) as well as the [QRL Command Line Documentation](/use/node/node-cli/overview) ::: - - - - - - - - ## Send Tokens Tokens can be transferred between addresses on the QRL blockchain. These tokens can be split into derivatives and fractionally split as well depending on the initial criteria set during the token creation. diff --git a/docs/Use/Tools/tokens/send-token.md b/docs/Use/Tools/tokens/send-token.md index 2f4bf31..b7a2d07 100644 --- a/docs/Use/Tools/tokens/send-token.md +++ b/docs/Use/Tools/tokens/send-token.md @@ -1,5 +1,5 @@ --- -docstatus: 30% # one of {DRAFT, 30%, 90%, COMPLETE} +docstatus: 90% # one of {DRAFT, 30%, 90%, COMPLETE} id: send-token title: QRL Token - Send hide_title: false