It is time for Zeppelin Solidity - Remix integration

Hi @jschiarizzi,

The main thing with importing using GitHub on Remix is to only import a specific release version, otherwise you get the latest version in Master.

For example, the following imports from OpenZeppelin Contracts 2.3

import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v2.3.0/contracts/token/ERC20/ERC20.sol";
1 Like