NEWTON
Asked
5 months ago
10
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
5 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?
What are the projects on starknet that plan to do the domain .stark?
What resources are required to run a Pathfinder node?
What are a few of the best apps to test on starknet?
Can anyone share some articles explaining SNARK/STARK concepts and rollups (Optimism)?
Has anyone implemented a minimal proxy in Cairo lang?
ApeWorX: How can I test on multi-chain with both Starknet and Ethereum?
What if my solidity contract contains Assembly or special EVM calls ?