Skip to content

Commit

Permalink
fix(docs): Add missing dependency in token tutorial (#9845)
Browse files Browse the repository at this point in the history
Adds a missing dependency in the token contract tutorial.
  • Loading branch information
critesjosh authored Nov 8, 2024
1 parent f6875ee commit e06b192
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Inside `Nargo.toml` paste the following:
aztec = { git="https://github.com/AztecProtocol/aztec-packages/", tag="#include_aztec_version", directory="noir-projects/aztec-nr/aztec" }
authwit={ git="https://github.com/AztecProtocol/aztec-packages/", tag="#include_aztec_version", directory="noir-projects/aztec-nr/authwit"}
compressed_string = {git="https://github.com/AztecProtocol/aztec-packages/", tag="#include_aztec_version", directory="noir-projects/aztec-nr/compressed-string"}
uint_note = { git="https://github.com/AztecProtocol/aztec-packages/", tag="#include_aztec_version", directory="noir-projects/aztec-nr/uint-note" }
```

We will be working within `main.nr` for the rest of the tutorial.
Expand Down

0 comments on commit e06b192

Please sign in to comment.