Core compiler
[blockchain/ethereum/Uniswap/v2/Core compiler]
Compiles Uniswap V2 core contracts
Input ports
start:
any
Receives a signal that triggers the compilation of the Uniswap V2 Core code.
Output ports
compile core-compiled contracts:
Sends out the compiled artifacts (abi, evm bytecode) of Uniswap V2 Core entities (contracts, library, interfaces, ...).
error:
{"error": string}
Sends out any error that happened during compilation.
Last updated