Create Sandox_IDE_plugin_for_VENOM.md #24
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Sandox is an integrated development environment, that is designed to give web3 ecosystem developers new convenient tools for multi chain dApps development that leverage existing capabilities by combining development, deployment and debugging tools for multiple chains in one place - a convenient sandbox ensuring a low barrier to entry for dApps developers. To run the code, developers won't need to set up a project, download and compile all libraries locally. The code written in the Sandox web editor is compiled and executed directly in a browser.
In this entire proposal we offer to add to Sandox IDE support for TVM and develop a Sandox VENOM plug-in with T-Sol syntax support and a one-click-run-and-deploy service for smart contracts. A "VENOM network" panel will also be developed, that will allow to choose between chains and provide an API for other modules/plug-ins to connect to the chosen network.
Additionally, under this grant we propose to integrate the
everscale-inpage-provider
andeverscale-standalone-client
libraries so that developers will be able to write JavaScript code that interacts with the Venom Network.