Skip to content

Commit 5100b59

Browse files
Update README
1 parent bd95dbd commit 5100b59

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,18 @@ yarn compile
2929

3030
1. Copy this [template](./test/test.test.ts) to `./test/<*Challenge>.test.ts` file.
3131
2. Each `<*Challenge.sol>` file contains a description of the challenge.
32-
3. you solve challenges. write tests to prove the solution works correctly.
32+
3. Try to solve. Write tests to prove the solution works correctly.
3333

34-
Type:
34+
#### 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:
3544

3645
```bash
3746
# run test against local network

0 commit comments

Comments
 (0)