Analog-Labs / analog-gmp-examples

Gateway smart contract and GMP testing suites
MIT License
20 stars 25 forks source link

Issue Compiling Counter.sol Contract #5

Open DavidT2019 opened 2 months ago

DavidT2019 commented 2 months ago

I'm getting compilation error while trying to compile the Counter.sol contract in Remix IDE. Error: not found @analog-gmp/interfaces/IGmpReceiver.sol

Musawarkhn commented 1 month ago

I'm getting compilation error while trying to compile the Counter.sol contract in Remix IDE. Error: not found @analog-gmp/interfaces/IGmpReceiver.sol

same issue here

Lohann commented 1 month ago

Hi, you must use a different path for using Remix IDE, same way as if you import openzeppelin, will update the docs with the examples.