StarknetByExample icon indicating copy to clipboard operation
StarknetByExample copied to clipboard

feat: L1 -> L2 messaging

Open enitrat opened this issue 1 year ago • 3 comments

This example will show how we can send a message to L2 from L1 and execute a function from a L2 contract annotated with #[l1_handler]. We will provide both Solidity code and Cairo code.

enitrat avatar Jun 02 '23 09:06 enitrat

You can use this messaging workshop to get started.

julio4 avatar Aug 07 '23 10:08 julio4

also the book now has a section on it, so I think we should just provide a very succinct view into how it's implemented with a simple example

enitrat avatar Aug 07 '23 10:08 enitrat

I agree! See Starknet Book - L1-L2 messaging

julio4 avatar Aug 07 '23 10:08 julio4