Forge is not properly initialized
lib folder is missing. So, forge-std/Script.sol and forge-std/Test.sol cannot be imported in the Script and Test files respectively
Because forge-std is missing, deployments and tests cannot be done
Replit IDE and Foundry
Run
forge init --force .
to initialize the project properly (because it is not an empty directory). After initializing the project, delete the Counter.sol, Counter.s.sol, and Counter.t.sol files from the src, script, and test folders respectively.
I added a screenshot of my terminal showing this finding
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.