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
User should be able to develop an application using common languages such as JS.
There are multiple ways:
provide only the client SDK in multiple languages. The blockchain side of the contract code will still be in rust.
Use some intermediary representation such as WASM or JVM. This is a complex approach but will also enable the user to write contract code in any language.
The text was updated successfully, but these errors were encountered:
User should be able to develop an application using common languages such as JS.
There are multiple ways:
The text was updated successfully, but these errors were encountered: