'Getting ParserError When trying to import ERC20Mintable
When I write
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
contract DaiTokenMock is ERC20{
The code compiles perfectly fine. However, I'm trying to import ERC20Mintable, in which case I get the error "ParserError: Source "@openzeppelin/contracts/token/ERC20/ERC20Mintable.sol" not found"
Any help fixing this would be greatly appreciated!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
