You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the tests don't exercise the cli generated ts bindings for a contract which are created from soroban contract bindings typescript --wasm
What would you like to see?
a new test scenario for generated ts bindings.
generate the ts bindings from the compiled wasm of the soroban-examples increment contract using cli command soroban contract bindings typescript --wasm.
run a ts script that imports the generated bindings.
the ts script invokes the increment contract method and verifies the invocation result using the generated bindings.
What alternatives are there?
The text was updated successfully, but these errors were encountered:
What problem does your feature solve?
the tests don't exercise the
cli
generated ts bindings for a contract which are created fromsoroban contract bindings typescript --wasm
What would you like to see?
increment
contract using cli commandsoroban contract bindings typescript --wasm
.increment
contract method and verifies the invocation result using the generated bindings.What alternatives are there?
The text was updated successfully, but these errors were encountered: