Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltea authored Jan 22, 2024
1 parent ba3850e commit b1e4ba7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ Verifier contracts for consensus proofs are auto-generated via the [`privacy-sca

## Usage

### Before build

Spectre uses `abigen` macro to generate smart contract types and `rstest` for consensus spec tests. To ensure that all the necessary data for macros expansion is present during first build or testing, please run:

```
just build-contracts
just download-spec-tests
```

### Setup circuits

#### Step circuit
Expand Down

0 comments on commit b1e4ba7

Please sign in to comment.