Skip to main content

Circuit Tagging

v1.5.25

We've finalized support within the API for "circuit tagging."

Circuit development is generally an iterative process; in your initial design phase, you will repeatedly compile your circuit as a vital part of testing. In production, you may discover vulnerabilities in your circuit. Updating the circuit in Sindri will require recompiling the circuit. This leads to many compiled circuits from the same root project. You can now easily navigate through these circuits via tags.

The CLI documentation is the best reference to get started using tagged circuits. See the -t option here.