We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f2a72 commit a6e41d9Copy full SHA for a6e41d9
README.md
@@ -8,6 +8,8 @@ Compilation:
8
```
9
make all
10
11
+All compilation outputs will be in the `dist` folder in a single `contracts.json` file
12
+
13
To run the sale tests:
14
15
mocha tests/Sale.js
@@ -16,5 +18,7 @@ To run tests for all other contracts:
16
18
17
19
mocha tests/<contract name>.js
20
-
-TODO: update instructions to use Mo's test node instatiation for faster and more automatic setup
21
+To clean up compilation folder:
22
+```
23
+make clean
24
0 commit comments