docs: add getting-started tutorial — deploy a contract to OP Sepolia#21607
Draft
sbvegan wants to merge 1 commit into
Draft
docs: add getting-started tutorial — deploy a contract to OP Sepolia#21607sbvegan wants to merge 1 commit into
sbvegan wants to merge 1 commit into
Conversation
…ract to OP Sepolia Adds a learning-oriented tutorial (Diátaxis `tutorial` quadrant) that walks an app developer end-to-end through deploying their first contract to OP Sepolia with Foundry: install → project + Greeter contract → configure the OP Sepolia RPC and a funded account → deploy with `forge create` → read/write with `cast` → view on the block explorer. Every network parameter, RPC endpoint, and faucet link is grounded in OP's own docs; the Greeter contract and `forge`/`cast` patterns match the existing interoperability tutorial. Wires the page into the App Developers → Tutorials nav as the first entry. Tracks ethereum-optimism/solutions#801 Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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.
Summary
New getting-started tutorial for app developers at
docs/public-docs/app-developers/tutorials/deploy-a-contract.mdx, plus a nav entry to make it discoverable.The app-developer docs had no first-class, learning-oriented walkthrough for deploying a contract to an OP Stack chain. Every existing app-dev tutorial (bridging, interoperability, transactions) assumes the reader has already deployed something. This page fills that gap: install Foundry → scaffold a project with a
Greetercontract → configure the OP Sepolia RPC and a funded account → deploy withforge create→ read/write withcast→ view the result on a block explorer.tutorial(declared in frontmatter).11155420, public RPChttps://sepolia.optimism.io, and the Superchain Faucet, perconnecting-to-op.mdxandrpc-providers.mdx. TheGreetercontract and theforge create/cast call/cast sendpatterns match the existingmessage-passing.mdxtutorial.Files changed
docs/public-docs/app-developers/tutorials/deploy-a-contract.mdxdiataxis: tutorial).docs/public-docs/docs.jsonWhat to review
Source-derived accuracy (needs an app-dev / DevRel eye):
forge create→cast code→cast call/cast send) — confirm the commands run cleanly against public OP Sepolia today, especially rate-limit behavior onhttps://sepolia.optimism.io.Judgment calls:
app-developers/tutorials/deploy-a-contract.mdx(tutorials root, not a sub-group) and slugdeploy-a-contract.forge verify-contractinvocation (verifier/API not grounded here).Out of scope
Test plan
mintlify devrenders the page and the updated sidebar without errors.docs.jsonparses as valid JSON (verified at commit time).Tracks ethereum-optimism/solutions#801 · part of the Diátaxis docs-structure backlog (ethereum-optimism/solutions#790). Context:
projects/docs-improver/README.md.🤖 Drafted by the docs-improver agent — review before merge.
🤖 Generated with Claude Code