So i catch so many errors including the Pragma solidity version i am using which is
pragma solidity ^0.8.0;
and another error :
Source “@openzeppelin/contracts/token/ERC20/ERC20.sol” not found: File not found. Searched the following locations: “/Users/MSI/Desktop/DecentralizedStorage/.”, “/Users/MSI/Desktop/DecentralizedStorage/node_modules”, “/Python312/Lib/site-packages/wake/contracts”
and i did install the library in my project.
i installed the library and it should accept the import but it didn’t
Mohamed Amin Grami is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.