compile

ra-protocol compile

Compiles the files in ‘contracts’ and then fills the build folder

USAGE
  $ ra-protocol compile -c <value>

FLAGS
  -c, --compiler=<value>  (required) The compiler ID being called (Should be set in the ra.config.js file)

DESCRIPTION
  Compiles the files in ‘contracts’ and then fills the build folder

EXAMPLES
  $ ra-protocol compile --compiler 0.8.0
  Compilation complete

FLAG DESCRIPTIONS
  -c, --compiler=<value>  

    The compiler ID being called (Should be set in the ra.config.js file)

CONFIG USAGE
  This command behavior affected by following config variables: protocol-aave, protocol-uni, privacy

  For details run
  $ ra-protocol config set --help

See code: dist/commands/compile/index.ts

Last updated