Compile a Contract

On the right side of the screen, click on the "Compile" tab.

Compile on Node

You can compile your Solidity contracts on the node using the JSON-RPC method eth_compileSolidity.

  • Add your provider address e.g. http://127.0.0.1:8545

  • Click on the check button to connect

  • Click "Start to Compile"

Compile in browser

Alternatively, you can compile the contract within the browser.

  • Click the refresh button to fetch all Solidity versions.

The browser compiler is not yet stable. Contracts with events have been identified to not work with it.

  • Click "Use in browser compiler"

View contract details

Copy the compiled contract's output by clicking on the button to the right of Details

AION currently supports version 0.4.15 of Solidity.

Last updated