Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.54 KB

File metadata and controls

52 lines (34 loc) · 1.54 KB

Rollups Explorer

Coverage Status

Rollups Explorer is a web application that facilitates interacting with Cartesi applications. It includes the following features:

  • Connect to supported rollups-node (v2).
  • Send inputs to the listed applications.
  • Send deposits through available Cartesi Portals (e.g. EtherPortal, ERC721Portal, ERC20Portal, ERC1155SinglePortal, ERC1155BatchPortal)
  • List outputs generated by inputs sent to the Application of interest.
  • Execution of outputs (i.e., Vouchers).
  • Follow disputes for Cartesi applications that use PRT consensus.

Apps and Packages

  • apps/explorer: The web application that serves as client to connect to a rollups-node.
  • packages/eslint-config-cartesi: eslint configurations.
  • packages/tsconfig: A few tsconfig.jsons that is used throughout the monorepo.

Dependencies

  • NodeJS 22
  • pnpm (package manager)

Build

pnpm build --filter=explorer

Development

Run the following command:

pnpm dev --filter=explorer

To run storybook (optional)

pnpm storybook --filter=explorer

Note

To build all apps/ and packages/ you can remove the --filter=explorer from the commands above.

For Docker image build check here

For CartesiScan information check here

For release information check here