Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Xi Zhang <[email protected]>
  • Loading branch information
rube-de and aefhm authored Dec 12, 2024
1 parent 2aeb2b7 commit 244221d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/dapp/tools/other-paratimes/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import {findSidebarItem} from '@site/src/sidebarUtils';

# Other ParaTimes

In addition to our primary ParaTime, [Sapphire], several other ParaTimes are
running on top of the consensus layer.
DApp developers can build on these ParaTimes based on their specific
requirements, such as confidentiality and EVM compatibility.
In addition to our primary ParaTime, [Sapphire], several additional ParaTimes
are running on top of the consensus layer.
DApp developers can choose a Paratime to build on according to their
specific requirements, such as confidentiality and EVM compatibility.

Learn more by exploring the ParaTimes below!

Expand Down
6 changes: 3 additions & 3 deletions docs/dapp/tools/other-paratimes/cipher/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import {findSidebarItem} from '@site/src/sidebarUtils';

Cipher is a confidential ParaTime for executing Wasm smart contracts.

As the officially supported ParaTime by the Oasis Protocol Foundation, Cipher
As an officially supported ParaTime by the Oasis Protocol Foundation, Cipher
allows for:

* Flexibility: developer can define which data to store in a public
and which data in the (more expensive) confidential storage
* Security: the [rust language] primarily used for writing Wasm smart contracts
* Security: the [Rust language] primarily used for writing Wasm smart contracts
is known for its strict memory management and was developed specifically to
avoid memory leaks
* Scalability: increased throughput of transactions
Expand All @@ -23,7 +23,7 @@ If you're looking for EVM-compatible ParaTimes, check out the
[Emerald](../emerald/README.mdx) and the confidential
[Sapphire](https://github.com/oasisprotocol/sapphire-paratime/blob/main/docs/README.mdx) paratimes.

[rust language]: https://www.rust-lang.org/
[Rust language]: https://www.rust-lang.org/

## Network Information

Expand Down

0 comments on commit 244221d

Please sign in to comment.