js-stellar-sdk icon indicating copy to clipboard operation
js-stellar-sdk copied to clipboard

Typescript bindings for Soroban JS APIs

Open sagpatil opened this issue 2 months ago • 1 comments

Motivation: Provide first-class TypeScript types for Soroban-related JS APIs so developers get autocompletion and compile-time checks.

Proposed approach:

  • Add .d.ts or migrate Soroban JS modules to TypeScript.
  • Add example code demonstrating typed contract invocation.
  • Add CI typechecks for the bindings.

Acceptance criteria:

  • Accurate TypeScript typings for Soroban APIs are available.
  • Example usages are present in docs.

sagpatil avatar Oct 22 '25 06:10 sagpatil

Parent epic: #1244

sagpatil avatar Oct 22 '25 06:10 sagpatil