Program Registry API
Program Registry
Note that this program registry and module feature is beta.
Program Registry API
The Program Registry is a server that accepts compiled Cairo programs (also known as CASM files), fetches the compiler version dynamically, computes the correct program hash, and stores the bytecode of the Cairo program along with the program hash.
To trigger a Module task via the Data Processor API, the target module program should have already been uploaded.
Submit Program (/submit-program
)
/submit-program
)Response:
Get Program (/get-program
)
/get-program
)The response will be a JSON file of the target program.
Get Metadata (/get-metadata
)
/get-metadata
)Request:
Response:
Last updated