Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions l1-contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,10 @@ When this command is run in CI, it will fail if the markdown file generated in d
We assume that you already have slither installed. You can install it with `pip3 install slither-analyzer==0.10.0 slitherin==0.5.0`. It is kept out of the bootstrap script as it is not a requirement for people who just want to run tests or are uninterested in the contracts.

> We are not running the `naming-convention` detector because we have our own rules for naming which is enforced by the linter.

# Consuming these contracts

Here are sample repos on how to consume these contracts from

- [foundry](https://github.com/just-mitch/hello_aztec_foundry)
- [hardhat](https://github.com/just-mitch/hardhat-aztec-example)
Loading