Import on Remix

Hi
I am getting this on remix while trying to run a contract.
import “https://github.com/OpenZeppelin/openzeppelin-contracts/master/contracts/token/ERC20/SafeERC20.sol”;
kindly advise. Thank you!

1 Like

Hi @tochiike,

Welcome to the community :wave:

We can use @ (npm style) imports on OpenZeppelin Contracts. We should always use an official release of OpenZeppelin Contracts, as importing from the master branch via GitHub the code is subject to change.

I suggest trying to create a token using the Contracts Wizard and open in Remix:
https://docs.openzeppelin.com/contracts/4.x/wizard

Hello,
I tried this and its still not working…

Can I show you the code for your review?

1 Like

Hi @tochiike,

If you create an ERC20 using the Contracts Wizard and then open in Remix.

https://zpl.in/wizard