informalsystems / informalsystems/quartz

improve quartz dev experience

Open
#313 0 comments 1 reaction 0 assignees View on GitHub
devx enhancement
Dominant language
Rust
Stars
63
Forks
9
PR merge metrics
No merged PRs in 30d

Description

When using quartz it would be beneficial to users to not have to initiate any sort of build process locally and instead copy over pre-built binaries (contracts, enclaves).

Would it be possible to add `--path` arguments for contract and enclave binaries instead of using hardcoded values?

e.g.
```shell
quartz --mock-sgx dev --release --enclave-path ../solver --contract-path ../built-optimized-contract-wasm-bin
```

Contributor guide

Open the contributing guide

Research direction

Start by tracing the `quartz --mock-sgx dev` CLI entry point and where contract and enclave binaries are currently selected. Add support for the requested `--enclave-path` and `--contract-path` arguments, then verify the example command can use pre-built binaries without a local build step.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli, devtools
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.