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
Targetting this to future overall, but will create a bunch of child tasks and target them sooner.
I think we'd like, at some point, integration into various common IDEs and editors. VSCode seems like a reasonable place to start, and it looks like extensions are generally written in Javascript.
We don't have a specific plan yet for what this might look like, but something that helps folks writing smart contracts in VSCode might well benefit from being able to:
Compile the code to WASM directly
Create test/maintain input data
Execute the WASM using our WASM runtime binary (also downloading and updating our WASM runtime binary)
Providing hints around the WASM output (the runtime will be able to provide some of this)
Being able to package and publish the smart contract to the Versatus network
All from within the IDE. Those are some ideas at least.
We'll maintain a list of child tasks below, but for now we don't have any specific design or development tasks.
Targetting this to future overall, but will create a bunch of child tasks and target them sooner.
I think we'd like, at some point, integration into various common IDEs and editors. VSCode seems like a reasonable place to start, and it looks like extensions are generally written in Javascript.
We don't have a specific plan yet for what this might look like, but something that helps folks writing smart contracts in VSCode might well benefit from being able to:
All from within the IDE. Those are some ideas at least.
We'll maintain a list of child tasks below, but for now we don't have any specific design or development tasks.
Child tasks:
The text was updated successfully, but these errors were encountered: