Contract Bindings

Type-safe interfaces for interacting with TrustFlow Soroban contracts. Bindings are auto-generated from contract specs and compile-time checked.

Escrow Contract

Not configured

Contract ID

Not set

Dispute Contract

Not configured

Contract ID

Not set

About Contract Bindings

  • Bindings are auto-generated from Soroban contract spec JSON files in shared/contracts-raw/
  • All contract method calls, arguments, and return types are compile-time checked
  • Run npm run codegen to regenerate after spec changes
  • Run npm run codegen:validate to verify bindings are up-to-date