Skip to content

Commit

Permalink
Spelling and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fr1t2 committed Jan 30, 2024
1 parent f29d261 commit 2953c66
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 28 deletions.
12 changes: 7 additions & 5 deletions 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
Expand All @@ -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.

Expand Down Expand Up @@ -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.
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.
2 changes: 1 addition & 1 deletion 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
Expand Down
7 changes: 3 additions & 4 deletions 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:
Expand All @@ -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
Expand Down
13 changes: 6 additions & 7 deletions 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
Expand All @@ -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 |
| :--: | :--- |
Expand All @@ -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.
12 changes: 2 additions & 10 deletions 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
Expand All @@ -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.

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 2953c66

Please sign in to comment.