-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
scope: contract-development/contract-dev folder: how to write new smart contracts, patterns, techniques, related tools, etc./contract-dev folder: how to write new smart contracts, patterns, techniques, related tools, etc.
Description
Problem / Why
In the “Understanding the script breakdown” section, after “To run this script:”, the tutorial tells the reader to run the command, but it’s not obvious that they must confirm the transaction in their wallet (and where/how to verify it). This creates confusion because the console output alone doesn’t teach the user what to look for in the wallet UI.
Context: https://docs.ton.org/contract-dev/first-smart-contract#understanding-the-script-breakdown
What to do
Right after “To run this script:” add a short note that this requires wallet approval in any TON Connect-compatible wallet, using Tonkeeper as an example.
Suggested bullets:
- “After running the command, your wallet will open (or you’ll scan a QR code) and show a transaction confirmation.”
- “Confirm the transaction in your wallet (e.g., Tonkeeper on testnet).”
- “Optional verification: in your wallet’s Activity/History, open the transaction and tap ‘View on explorer’ (or use the Tonviewer link printed by the script).”
Acceptance criteria
- The page explicitly states wallet confirmation is required for any wallet (Tonkeeper shown as an example).
- Includes a quick hint on where to verify (wallet history + explorer link).
- Kept inline at the exact step (no extra navigation).
Metadata
Metadata
Assignees
Labels
scope: contract-development/contract-dev folder: how to write new smart contracts, patterns, techniques, related tools, etc./contract-dev folder: how to write new smart contracts, patterns, techniques, related tools, etc.