Importing OpenZeppelin on Remix

Been stuck with this very frustration error in remix. tried downloading open zeppelin in many different ways
Tried downloading node.js. Didn’t work, tried this method, Import OpenZeppelin Contracts on Windows: "Could not find import from any sources" error didn’t work. Please help me get past the cannot import error in said photo I also tried adding safemath.sol. Nothing worked.

1 Like

Also tried adding https:// didn’t work

1 Like

Just tried this Import OpenZeppelin Contracts on Windows: "Could not find import from any sources" error
Failed

1 Like

Hey, how about this tutorial: Create an ERC20 using Remix, without writing Solidity

1 Like

Thank you for the quick response I will try it tomorrow as I must quit tonight before my computer ends up with a hole in it lol

1 Like

Hi @Kissdad,

Did you get to try the tutorial suggested by @Skyge? (Create an ERC20 using Remix, without writing Solidity)

For a very simple example, you can also try: Deploy a simple ERC20 token in Remix.