Skip to content

Commit

Permalink
Update arbitrum-docs/stylus/stylus-gentle-introduction.md
Browse files Browse the repository at this point in the history
Co-authored-by: Pete <[email protected]>
  • Loading branch information
anegg0 and pete-vielhaber authored Nov 26, 2024
1 parent 6bb3956 commit 3eb4498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbitrum-docs/stylus/stylus-gentle-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ With a WASM VM, any programming language compilable to WASM is within Stylus's s

### Use Cases

While many developers will be drawn to new use cases, rebuilding existing applications in Stylus will also open the door to innovation and optimization. dApps have never been faster, cheaper, or safer. Stylus can be easily integrated into existing Solidity projects by calling a Stylus contract to optimize specific parts of your dApp or building the entire dApp with Stylus.It's impossible to list all of the use cases Stylus enables, think about the properties of all WASM compatible languages! That said, here are some ideas that are particularly exciting:
While many developers will be drawn to new use cases, rebuilding existing applications in Stylus will also open the door to innovation and optimization. dApps have never been faster, cheaper, or safer. Stylus can integrate easily into existing Solidity projects by calling a Stylus contract to optimize specific parts of your dApp or building the entire dApp with Stylus. It's impossible to list all of the use cases Stylus enables; think about the properties of all WASM-compatible languages! That said, here are some particularly exciting ideas:

- <b>Efficient On-Chain Verification with ZK-Proofs</b>: Enable cost-effective onchain verification
using zero-knowledge proving systems for privacy, interoperability, and more (see [case
Expand Down

0 comments on commit 3eb4498

Please sign in to comment.