Skip to content

[SCF high] Add Soroban contract metadata reader script for deployment verification #166

Description

@karagozemin

Why this matters

SCF reviewers often verify contract IDs manually. A small read-only script that prints Soroban deployment metadata makes Stellar proof verification easier and repeatable.

Scope

Add a script that reads configured Stellar testnet contract IDs and prints:

  • contract name/role;
  • contract id;
  • Stellar Expert link;
  • configured RPC/network;
  • latest reachable status if RPC is available;
  • source file path.

The script must be read-only.

Suggested files

  • soroban/scripts/
  • stellar/src/testnet-config.ts
  • package.json or stellar/package.json

Acceptance criteria

  • Script runs without private keys.
  • Missing RPC/config produces clear non-fatal output.
  • No contract writes are performed.
  • Output is suitable for copy-pasting into SCF evidence notes.

Metadata

Metadata

Assignees

Labels

SCF 7.0Issues that strengthen the SCF 7.0 resubmission packageStellar WaveIssues in the Stellar wave programenhancementNew feature or requestgood first issueGood for newcomersinvestor readinessWork that improves investor, grant, or partner diligence materialslow riskScoped work that should not change bridge settlement semanticspriority: highHigh-impact work for SCF, investor readiness, or launch confidence

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions