Module compile

Source

Structs§

SemanticEntryPoints

Functions§

compile_contract_in_prepared_db
Runs StarkNet contract compiler on the specified contract. If no contract was specified, verify that there is only one. Otherwise, return an error.
compile_path
Compile the contract given by path. Errors if there is ambiguity.
compile_prepared_db
Runs Starknet contracts compiler.
extract_semantic_entrypoints
Extracts functions from the contract.
starknet_compile
Compile Starknet crate (or specific contract in the crate).