We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd95dbd commit 5100b59Copy full SHA for 5100b59
README.md
@@ -29,9 +29,18 @@ yarn compile
29
30
1. Copy this [template](./test/test.test.ts) to `./test/<*Challenge>.test.ts` file.
31
2. Each `<*Challenge.sol>` file contains a description of the challenge.
32
-3. you solve challenges. write tests to prove the solution works correctly.
+3. Try to solve. Write tests to prove the solution works correctly.
33
34
-Type:
+#### Order of Challenges
35
+
36
+1. GuessTheNumberChallenge.sol
37
+2. WeirdVaultChallenge.sol
38
+3. OpenValutChallenge.sol
39
+4. NftSaleChallenge.sol
40
+5. BankChallenge.sol
41
+6. WrappedERC20Challenge.sol
42
43
+To run a test type:
44
45
```bash
46
# run test against local network
0 commit comments