mode-network / mode-cooperators

Track all Mode tech Cooperators contributions
9 stars 20 forks source link

[TASK] Correcting Codebase in "How to deploy with Foundry Article" in the docs #66

Open therevealer opened 8 months ago

therevealer commented 8 months ago

Task Description:

This task is to correct the codebase in the contract deployed on "How to deploy with foundry article"

Currently, there is an error associated with an import from Openzeppelin library, The reason this is happening is because forge can't find a remappings.txt file, which is supposed to be in the top-level directory of the project.

I am going to currect this and deploy the contract with an openzeppelin library.

Acceptance Criteria:

The corrected code would be tested to ensure its correctness.

Resources and References:

Here is a link to the docs

therevealer commented 8 months ago

@joshuanwankwo @fede2442 Can i be assigned this task

joshuanwankwo commented 8 months ago

Done!

therevealer commented 8 months ago

@cryptofedeHype @joshuanwankwo I made the corrections here