NethermindEth / StarknetByExample

A collection of examples of Cairo smart contracts for Starknet.
https://starknet-by-example.voyager.online/
MIT License
117 stars 85 forks source link

Feature: L1 <> L2 messaging with Token Bridge example #253

Open 0xNeshi opened 3 weeks ago

0xNeshi commented 3 weeks ago

Issue(s): Close #https://github.com/NethermindEth/StarknetByExample/issues/186

Description

Adds a simple token bridge example that sends and receives tokens from L1 to L2 and vice versa.

Checklist