Skip to content

Commit 1d3c01b

Browse files
committed
[README]: Add the procedure of the SC test
1 parent b34ee64 commit 1d3c01b

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,33 @@ aztec-up -v 1.2.0
2525
noirup --version 1.0.0-beta.11
2626
```
2727

28+
<br>
29+
30+
31+
## SC test
32+
33+
- 0/ Move the root directory (i.e. The root directory of the Dripper contract):
34+
```bash
35+
cd src/dripper
36+
```
37+
38+
39+
<br>
40+
41+
- 1/ Compile the SCs:
42+
```bash
43+
aztec-nargo compile
44+
```
45+
46+
<br>
47+
48+
- 2/ Run the SC test
49+
```bash
50+
aztec test
51+
```
52+
53+
54+
2855
<br>
2956

3057
## Deploy a SC on Aztec `Testnet`

0 commit comments

Comments
 (0)