Uploader
Use thru uploader when you need the lower-level upload-buffer lifecycle rather than managed program operations.
Use This When
Section titled “Use This When”- you want to upload a binary without going through the managed
programflow - you need to inspect or clean up uploader accounts directly
Choose another family when:
- you want the higher-level managed workflow: Program Commands
Commands
Section titled “Commands”| Command | Use it for |
|---|---|
upload | Upload a program binary through uploader accounts. |
cleanup | Remove uploader-related accounts for a seed. |
status | Inspect uploader account state for a seed. |
High-Signal Flags
Section titled “High-Signal Flags”| Flag | Why it matters |
|---|---|
--uploader | Override the configured uploader program ID. |
--chunk-size | Control chunk sizing for upload transactions. |
Minimal Pattern
Section titled “Minimal Pattern”thru uploader upload my_program ./build/thruvm/bin/my_program_c.binthru uploader status my_program- Prefer
program createorprogram upgradefor most app-facing deployment tasks. - Use
cleanupwhen a previous upload left partial uploader state behind.