aeproject compile
Compile Sophia Contracts
aeproject compileThe compile command compiles Sophia Contracts with the .aes file extension. The default directory to be scanned for Sophia Contracts is $projectDir/contracts. The result of the compilation is the contract bytecode printed in the console. With the additional --path parameter you can specify the root-path of contracts to be compiled.
You can specify compiler using the --compiler parameter:
aeproject compile --compiler http://localhost:3080The default project (generated via aeproject init) also contains an example how to include other contracts.
Last updated
Was this helpful?