Skip to content

Latest commit

 

History

History

p11-arbitrum-message-passing-system

Arbitrum's Message Passing System

This is a simple demo of Arbitrum's L1-to-L2 message passing system (aka "retryable tickets").

It deploys 2 contracts - one to L1, and another to L2, and has the L1 contract send a message to the L2 contract to be executed automatically.

The script and contracts demonstrate how to interact with Arbitrum's core bridge contracts to create these retryable messages, how to calculate and forward appropriate fees from L1 to L2, and how to use Arbitrum's L1-to-L2 message address aliasing.

Deployed Contracts and Txns

  1. L1 Greeter | Rinkeby Explorer
  2. L2 Greeter | Arbitrum Explorer
  3. Created Retryable Ticket for Updating Greeting Message of GreeterL2 | L1 Tx
  4. Confirmed Tx for Updating Greeting Message of GreeterL2 | L2 Tx