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
NODE JS test scenarios still use CLI to install and deploy wasm to network, so those tests are somewhat hybrid, using CLI up front to get that done first before using JS to invoke host fn.
What would you like to see?
install/deploy is now available as js methods in js-stellar-sdk, refactor the NODE JS test scenarios to use js client instead.
What alternatives are there?
The text was updated successfully, but these errors were encountered:
What problem does your feature solve?
NODE JS test scenarios still use CLI to install and deploy wasm to network, so those tests are somewhat hybrid, using CLI up front to get that done first before using JS to invoke host fn.
What would you like to see?
install/deploy is now available as js methods in js-stellar-sdk, refactor the NODE JS test scenarios to use js client instead.
What alternatives are there?
The text was updated successfully, but these errors were encountered: