NEWTON
Asked
2 months ago
6
views
0
Are transpiled contracts only interactable with the warp cli?
0
Accepted answer
Interacting with warp’d contracts through warp cli and hardhat-warp lets you interface with the contracts with the Solidity ABI since it does the ABI translation automatically. If you are interacting with the warp’d contract like a Cairo contract then you will need to the ABI translation manually.
victorforissier.eth
answered
2 months ago
Why abi of warp compiled contract does not match original solidity abi?
How to transpile multiple contracts at once using warp?
How does warp handles the contract solidity version?
How to install Nethermind's Solidity to Cairo transpiler without an error "command not found: warp"?
What are the efficiency gains of direct Cairo vs. transpiling with warp?
How can I change solc compiler version in warp?
When you run warp deploy or warp invoke, which account is paying for the tx fees on the Goerli testnet?
Are you able to nest mappings in Cairo like you can in Solidity?
ApeWorX: Using ape starknet accounts list
Have there been any security issues reported on the Cairo code generated from warp so far?
How do I run a Pathfinder node?
How can I connect to deployed StarkNet contract using starknetjs?
ApeWorX: Why am I getting the error message "ArgumentsLengthError"?
Cairo 0.10.0 Error: Cannot unpack return value error