Contract Editor

The Contract Editor compiles Solidity entirely in your browser using a real solc pipeline loaded in a Web Worker. There is nothing to install and no backend compile step.

External imports such as OpenZeppelin are resolved from a CDN before compilation, so common libraries work out of the box.

From the editor you can:

  • Write or paste Solidity and compile against a chosen compiler version.
  • Read compiler errors and warnings inline with source locations.
  • Deploy the compiled contract straight to the selected QIE network.
  • Open the deployed contract in the interaction panel to call its functions.
  • Drive an interactive terminal with commands (compile, solc <version>, ls, cat, clear, help).
DevStation
Loading console…