Problem
The CLI documentation explains individual commands well, but a new user still needs a single reproducible workflow against a real public Soroban testnet contract. A maintained walkthrough would demonstrate that sdkt works beyond repository fixtures and would provide a useful adoption reference.
Scope
Create a guide that uses a stable public testnet contract and covers:
- creating or selecting a testnet network profile;
sdkt inspect and sdkt health;
- event retrieval;
- storage inspection;
- structured JSON output suitable for CI;
- expected output fields and common RPC errors.
Do not commit secrets. Do not depend on a temporary account controlled by one contributor.
Acceptance criteria
Problem
The CLI documentation explains individual commands well, but a new user still needs a single reproducible workflow against a real public Soroban testnet contract. A maintained walkthrough would demonstrate that
sdktworks beyond repository fixtures and would provide a useful adoption reference.Scope
Create a guide that uses a stable public testnet contract and covers:
sdkt inspectandsdkt health;Do not commit secrets. Do not depend on a temporary account controlled by one contributor.
Acceptance criteria