From 738c8ad5f5053c2f9b1ad4abef1c904b02f74115 Mon Sep 17 00:00:00 2001 From: Eloi Manuel Date: Thu, 27 Jan 2022 17:03:45 +0100 Subject: [PATCH] test-fill-the-blanks folder instead of test folder I think you mean "test-fill-the-blanks" folder instead of "test" folder. --- contracts/final-project/Instructions.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contracts/final-project/Instructions.txt b/contracts/final-project/Instructions.txt index e6f5d1d..cc7ac0e 100644 --- a/contracts/final-project/Instructions.txt +++ b/contracts/final-project/Instructions.txt @@ -4,7 +4,7 @@ In this final project you are going to be challenged to put together much of wha we've seen. You'll find two contracts: EtbToken and EtbDex. They are fully functional, but vulnerable. -Also, in the test folder, a file named final-project-test.js with some +Also, in the test-fill-the-blanks folder, a file named final-project-test.js with some boilerplate code to help you a little. EtbToken is a simple implementation of a mintable and burnable ERC20 (ETBT). @@ -29,8 +29,8 @@ What you should do, in this order: 2 - Write a complete test suite for every function on both contracts, happy and unhappy path. 3 - Fix each one of the vulnerabilities. You have the tests to be sure you didn't brake anything. It's possible that you will need to re-write some or write new ones. -4 - Once you feel linke it, take a look to our proposed solution on the -final-project-solution folder. You'll also find a final-project-test-solution to compare +4 - Once you feel like it, take a look to our proposed solution on the +final-project-solution folder. You'll also find a final-project-test-solution.js to compare your approach. Vulnerabilities you should look for: @@ -43,4 +43,4 @@ Vulnerabilities you should look for: ... and more. Have fun! -Julián Zamt \ No newline at end of file +Julián Zamt