Rollup Metadata Checker DApp

Rollup Metadata Checker is a tool to verify the validity of L2 rollup information registered in the Tokamak Rollup Metadata Repository. It allows users to check not only the L1/L2 information of the rollup they want to inspect, but also verifies whether the L1/L2 contracts are identical to the official deployment version.

Prerequisites

To check and verify validity of an L2 rollup, The chain needs to be up and running with metadata registered through either the platform or the sdk and the PR must be merged in the metadata repo.

Check the following to register metadata - Register Metadata

Step 1

Clone the rollup metadata checker application

Step 2

Checkout the example-app directory, install dependencies and run the application

Step 3

Open the ui on - http://localhost:3000

To check the metadata L1 and L2 verification for a chain, user could check:

http://localhost:3000/rollup/

Last updated