-
Notifications
You must be signed in to change notification settings - Fork 6
Update README.md #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update README.md #23
Conversation
Added links for usability.
Maxnflaxl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"blockchain", "decentralized", "encryption", "privacy"
These keywords are too generic to warrant a link to Nym documentation.
It would take away our ability to write Beampedia articles for these keywords ourselves, to which we cannot agree.
| ### Block | ||
|
|
||
| In blockchain networks, a block contains a batch of transactions to be verified and added to the chain. Blocks have a maximum size and contain a cryptographic hash of the previous block to link together. | ||
| In [blockchain](https://nym.com/blog/using-blockchain-privately) networks, a block contains a batch of transactions to be verified and added to the chain. Blocks have a maximum size and contain a cryptographic hash of the previous block to link together. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rejected: word too generic
| ### Blockchain | ||
|
|
||
| A blockchain is a decentralized ledger achieved by cryptographic linking of transaction batches (blocks) in an append-only data structure. This prevents revision and establishes an authoritative transaction history. | ||
| A [blockchain is a [decentralized](https://nym.com/blog/what-is-web3) ledger achieved by cryptographic linking of transaction batches (blocks) in an append-only data structure. This prevents revision and establishes an authoritative transaction history. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rejected: word too generic
| ### Encryption | ||
|
|
||
| Encryption encodes messages to prevent unauthorized access. Symmetric encryption uses a shared secret key. Asymmetric public key encryption uses public keys for encryption and private keys for decryption. | ||
| [Encryption](https://nym.com/blog/what-is-encryption) encodes messages to prevent unauthorized access. Symmetric encryption uses a shared secret key. Asymmetric public key encryption uses public keys for encryption and private keys for decryption. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rejected: word too generic
| ### Privacy | ||
|
|
||
| Privacy is preventing unauthorized extraction of information in communications. Encryption protects privacy just as locked doors prevent unwanted entry. | ||
| [Privacy](https://nym.com/privacy-hub) is preventing unauthorized extraction of information in communications. Encryption protects privacy just as locked doors prevent unwanted entry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rejected: word too generic
Added links for usability.