Skip to content

Commit

Permalink
docs: Typo on Application - Specific documentation (backport #17933) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 1, 2023
1 parent afd4d9d commit d7c4bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/intro/01-why-app-specific.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The list above contains a few examples that show how much flexibility applicatio

### Performance

decentralized applications built with Smart Contracts are inherently capped in performance by the underlying environment. For a decentralized application to optimise performance, it needs to be built as an application-specific blockchain. Next are some of the benefits an application-specific blockchain brings in terms of performance:
Decentralized applications built with Smart Contracts are inherently capped in performance by the underlying environment. For a decentralized application to optimise performance, it needs to be built as an application-specific blockchain. Next are some of the benefits an application-specific blockchain brings in terms of performance:

* Developers of application-specific blockchains can choose to operate with a novel consensus engine such as CometBFT BFT. Compared to Proof-of-Work (used by most virtual-machine blockchains today), it offers significant gains in throughput.
* An application-specific blockchain only operates a single application, so that the application does not compete with others for computation and storage. This is the opposite of most non-sharded virtual-machine blockchains today, where smart contracts all compete for computation and storage.
Expand Down

0 comments on commit d7c4bfd

Please sign in to comment.