crytic-compile

Abstraction layer for smart contract compilation tools

brewmacoslinux
Try with needOr install directly
Source

About

Abstraction layer for smart contract build systems

Commands

crytic-compile

Examples

Compile a Solidity project and generate artifacts$ crytic-compile /path/to/contract.sol
Compile a Hardhat project with specified output format$ crytic-compile --hardhat /path/to/project
Compile and output AST in JSON format for analysis$ crytic-compile --json /path/to/contract.sol