Contract Editor
The Contract Editor writes and compiles contracts for the network you\u2019ve selected \u2014 Solidity via a real in-browser solc pipeline on EVM networks, and the right language and toolchain elsewhere. There is nothing to install.
On EVM networks, external imports such as OpenZeppelin are resolved from a CDN before compilation, so common libraries work out of the box. Other networks use their own standard libraries.
From the editor you can:
- Write or paste a contract and compile it against a chosen compiler version.
- Read compiler errors and warnings inline with source locations.
- Deploy the compiled contract straight to the selected 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).