IDE Core Actions

Actions: Compile, Deploy, & Test

These action buttons in the Explorer tab allow you to interact with your Move code and the Supra blockchain.

  • Compile: Click the Compile button to convert your Move source code into bytecode. The progress and any success messages or errors will be displayed in the Console at the bottom.

  • Deploy: Click the Deploy button to publish your compiled project to the Supra blockchain. This action requires a connected wallet to sign the transaction. A confirmation with a link to the transaction on SupraScan will appear in the Console.

  • Run Tests: Click the Test button to run any tests you've written for your project. A popup will allow you to filter which tests to run, or you can leave it blank to run all of them. The test results will stream into the Console.

Success and error showcases

Compile successfully

Compile failed

Test successfully

Test failed

Build successfully but failed to deploy contract

Deploy contract successfully

Last updated