Skip to content

Commit 19698f5

Browse files
authored
chore: support hardhat (#17742)
Add links on how to use the contracts from forge and hardhat projects.
2 parents 9181517 + baaec0c commit 19698f5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

l1-contracts/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,10 @@ When this command is run in CI, it will fail if the markdown file generated in d
149149
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.
150150

151151
> We are not running the `naming-convention` detector because we have our own rules for naming which is enforced by the linter.
152+
153+
# Consuming these contracts
154+
155+
Here are sample repos on how to consume these contracts from
156+
157+
- [foundry](https://github.com/just-mitch/hello_aztec_foundry)
158+
- [hardhat](https://github.com/just-mitch/hardhat-aztec-example)

0 commit comments

Comments
 (0)