Skip to main content

5 docs tagged with "portals"

View all tags

Communicating with L1

Follow the token bridge tutorial for hands-on experience writing and deploying a Portal contract.

Inbox

The Inbox is a contract deployed on L1 that handles message passing from L1 to the rollup (L2)

Outbox

The Outbox is a contract deployed on L1 that handles message passing from the rollup and to L1.

Registry

The registry is a contract deployed on L1, that contains addresses for the Rollup. It also keeps track of the different versions that have been deployed and let you query prior deployments easily.