{
"id": "<string>",
"programHash": "<string>"
}modules
Upload a new module
Upload a compiled Cairo module as a ZIP file. The ZIP should contain the source code (src/ directory), Scarb.toml, and the compiled program JSON. The module will be compiled and stored for later use in HDP tasks.
POST
/
modules
/
upload
{
"id": "<string>",
"programHash": "<string>"
}Was this page helpful?

