Omniscia Hot Cross Audit
Compilation
Compilation
The project utilizes truffle
as its development pipeline tool, containing an array of tests and scripts coded in JavaScript.
To compile the project, the compile
command needs to be issued via the truffle
CLI tool:
truffle compile
The truffle
tool automatically selects Solidity version 0.8.3
based on the version specified within the truffle-config.js
file.
The project's contracts are all locked to the version specified in the truffle
configuration and as such, we utilized it for our optimizational pass of the codebase.