centrifuge / centrifuge-ethereum-contracts

The main Centrifuge Ethereum contracts
MIT License
10 stars 9 forks source link

zos-lib/contracts/Initializable.sol #156

Open L-KH opened 5 years ago

L-KH commented 5 years ago

the Initializable.sol couldn't found !!

pstehlik commented 5 years ago

Can you be a bit more specific on what the problem is, please?

L-KH commented 5 years ago

it's not a problem, I just want to try to read and compile the code, but the : need zos-lib/contracts/Initializable.sol to import.

pragma solidity ^0.5.3;

import "zos-lib/contracts/Initializable.sol";
import "contracts/lib/MerkleProof.sol";
import "contracts/Identity.sol";

Where can I find it ? thanks