We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34ee64 commit 1d3c01bCopy full SHA for 1d3c01b
1 file changed
README.md
@@ -25,6 +25,33 @@ aztec-up -v 1.2.0
25
noirup --version 1.0.0-beta.11
26
```
27
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
40
41
+- 1/ Compile the SCs:
42
43
+aztec-nargo compile
44
45
46
47
48
+- 2/ Run the SC test
49
50
+aztec test
51
52
53
54
55
<br>
56
57
## Deploy a SC on Aztec `Testnet`
0 commit comments