NEWTON

NEWTON


Popular tags

    I'm currently trying to transpile an ERC 721 contract I have that uses openzeppelin libraries, is that possible?

    Asked

    6 days ago

    1

    view


    0

    I'm currently trying to transpile an ERC 721 contract I have that uses openzeppelin libraries, is that possible?

      warp

    victorforissier.eth

    asked

    6 days ago


    1 answers

    0

    Accepted answer

    Yes! Warp will try to find the path to node_modules and pass the correct flags to the solc compiler. If your openzeppelin or other library contracts are located somewhere else you can the base-path and include-path flags to make sure your imports work. See https://docs.soliditylang.org/en/v0.8.17/path-resolution.html#base-path-and-include-paths for the relevant docs.

    victorforissier.eth

    answered

    6 days ago

    Your answer

    NEWTON

    NEWTON