Skip to content

Commit

Permalink
fix(docs): add codegen to aztec-builder command (#6098)
Browse files Browse the repository at this point in the history
Missed the command in the original PR.

Also note that the `aztec-builder` is not automatically installed with
the sandbox, so for the command to work in the tutorial, devs will need
to install it with something like `npm i -g @aztec/builder` unless the
sandbox install command is updated.
  • Loading branch information
critesjosh authored May 1, 2024
1 parent 30899d0 commit 4839ed9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ You may get some unused variable warnings - you can ignore these.
And generate the TypeScript interface for the contract and add it to the test dir. Run this inside `aztec-contracts/token_bridge`:

```bash
aztec-builder target -o ../../src/test/fixtures
aztec-builder codegen target -o ../../src/test/fixtures
```

This will create a TS interface inside `fixtures` dir in our `src/test` folder!
Expand Down

0 comments on commit 4839ed9

Please sign in to comment.