NEWTON
Asked
2 months ago
4
views
0
Can I transpile any solidity version?
0
Accepted answer
Warp is officially tested for solidity 0.8.x, with unofficial support for solidity 0.7.x.
victorforissier.eth
answered
2 months ago
How does warp handles the contract solidity version?
How can I change solc compiler version in warp?
How to transpile multiple contracts at once using warp?
Is there a javascript version of StarkEx playground?
I'm currently trying to transpile an ERC 721 contract I have that uses openzeppelin libraries, is that possible?
How do I check that my Solidity compiler version is >= 0.8.0 ?
Cairo v. Solidity
What are function argument types in starknet.js?
signing a message using account.signMessage(data) | starknet.js
How can I use start_prank with deploy_contract?
Cairo Testing Error
Is there anything wrong with the testnet?
What if my solidity contract contains Assembly or special EVM calls ?
How can I define two functions with the same name but not the same arguments?