Add enterprise-focused Stylus gentle introduction#3204
Open
anegg0 wants to merge 15 commits into
Open
Conversation
Add a companion document to the existing Stylus gentle introduction, targeting enterprise software architects from Web2/microservices backgrounds. Placed as a sidebar sibling in the Stylus section.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
SVG diagram comparing traditional (opaque) backend architecture with Stylus-integrated architecture showing blockchain as a verifiable compute layer. Draw.io source included for future edits.
Replace single side-by-side comparison with two separate diagrams (traditional vs. Stylus) using the Arbitrum infographic gradient background. Stacked layout reads better on narrower viewports.
Arrow from Client to audit callout now points straight down into the box instead of going left away from it.
C/C++ support is not production-ready. Reduced to a single mention in the use cases section noting experimental Clang support.
pete-vielhaber
approved these changes
Apr 15, 2026
pete-vielhaber
left a comment
Contributor
There was a problem hiding this comment.
Pushed some language tweaks, styling. Not sure I'm enough of an expert to approve outright—but from a TW perspective, it looks good.
…terprise-audience
…terprise-audience
…terprise-audience
…terprise-audience
…terprise-audience
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add a companion document to the existing Stylus gentle introduction, targeting enterprise software architects from Web2/microservices backgrounds. The new doc lives alongside the original at
docs/stylus/gentle-introduction-enterprise.mdxand appears as a sidebar sibling labeled "Introduction (enterprise)."Content covers: why put computation onchain (verifiability, tamper-proofness, determinism, incremental adoption), why Stylus specifically (WASM cost advantages), how existing Rust/C++ skills transfer (tooling, testing via TestVM, storage primitives, macros), compute savings with production examples (Renegade, RedStone), and how the system works under the hood.
Technical claims were cross-checked against the
stylus-sdk-rssource code (v0.10.2).Document type