aeproject compiler

Start your local compiler

aeproject compiler

The compiler command will run a compiler locally on http://localhost:3080 by default.

If you want to stop the compiler you should type

aeproject compiler --stop

If you have running instances of the compiler started from aeproject you could check information about the compiler with

aeproject compiler --info

There is optional parameter --v. To specify a specific version of compiler, you should type

aeproject compiler --v v4.0.0

Last updated