Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Your First Transaction #844

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

tippi-fifestarr
Copy link
Collaborator

@tippi-fifestarr tippi-fifestarr commented Mar 6, 2025

Description

This PR overhauls the "Your First Transaction" tutorial to provide a step-by-step guide for sending transactions with the Aptos SDK. It introduces new frontmatter, uses <Steps>, <Tabs>, and <Callout> components, and separates TypeScript and Python examples into distinct sections.

Key Changes:

  • Updated tutorial to use for each transaction phase (build, simulate, sign, submit, wait).
  • Consolidated TypeScript and Python instructions into a single page with <Tabs> rather than making the user choose at every code block. Had to refactor it by H2 section instead of a single page tab because of how the On This Page sidebar works.
  • Removed Rust content from this page (can add in later, if necessary).
  • Added additional content, explanatory callouts and code snippets that align with latest docs formatting guidelines.
  • Provided a full code sample at the end of the tutorial.

Checklist

  • If any existing pages were renamed or removed:
    • Were redirects added to next.config.mjs?
    • Did you update any relative links that pointed to the renamed / removed pages?
  • Do all Lints pass?
    • Have you ran pnpm fmt?
    • Have you ran pnpm lint?

Copy link

vercel bot commented Mar 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
developer-docs-nextra ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 6, 2025 10:23pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant