NEWTON
Asked
5 months ago
6
views
0
I'm currently trying to transpile an ERC 721 contract I have that uses openzeppelin libraries, is that possible?
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
5 months ago
Is it possible to transpile contracts that use openzeppelin libraries?
Can I transpile any solidity version?
What libraries are secure to use in Cairo?
How to setup local Starknet node with Account contracts?
Cairo: How can i approve erc20 and transfer in the same transaction?
ApeWorX: How do I call an account while trying to test a function?
Is there a way to accelerate pytest for cairo contract?
How do you optimize gas in Cairo with Uint256/felt?
Do you think in Fture ETH will be Better than BTC
Is it possible to transpile contracts that use openzeppelin libraries?
What hashing functions are available in Cairo? How are they secure?
caigo error: undefined: contracts.CounterCompiled
What is the difference between tempvar/let in Cairo Lang? How to use allow_locals and local?
List of Cairo Decorators