Warp - Bringing Solidity to Starknet at warp speed. Warp is a Solidity to Cairo Compiler, this allows teams to write/migrate Solidity to Cairo for easy onboarding into the StarkNet ecosystem.
Right now, the for the cross contract calls only the simple primitive returns types are supported, but for complex types such as Struct , we need to modify cairoWriter to add #[derive(Serde)] attribute to struct cairo types.
Right now, the for the cross contract calls only the simple primitive returns types are supported, but for complex types such as
Struct
, we need to modifycairoWriter
to add#[derive(Serde)]
attribute to struct cairo types.i.e