aeproject compile
Compile Sophia Contracts
The 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:
The default project (generated via aeproject init
) also contains an example how to include other contracts.
Last updated