sindri
Version:
The Sindri Labs JavaScript SDK and CLI tool.
13 lines (12 loc) • 373 B
JSON
{
"$schema": "https://sindri.app/api/v1/sindri-manifest-schema.json",
"name": "{{ circuitName }}",
"circuitType": "{{ circuitType }}",
"className": "{{ className }}",
"degree": {{ degree }},
"halo2Version": "{{ halo2Version }}",
"packageName": "{{ packageName }}"
{%- if threadBuilder != null %},
"threadBuilder": "{{ threadBuilder }}"
{%- endif %}
}