Skip to content

Decode calldata stored by the dYdX rollup. Perform force exits and trades.

License

Notifications You must be signed in to change notification settings

l2beat/starkex-explorer

Folders and files

NameName
Last commit message
Last commit date
Jun 23, 2023
Mar 27, 2023
Jun 7, 2023
Nov 8, 2024
Aug 18, 2023
Jan 20, 2022
Jun 3, 2022
Dec 9, 2021
Sep 12, 2024
Mar 22, 2022
Sep 12, 2024
Sep 12, 2024
Aug 23, 2023

Repository files navigation

dYdX State Explorer

This tool will show decoded calldata stored on Ethereum L1 by the dYdX rollup. It will also allow users to perform forced exits and trades by sending an L1 transaction.

License

The codebase is licensed under the MIT License. The L2BEAT logo, the dYdX mark, the StarkWare mark and the StarkEx mark are not licensed under the MIT license.

dYdX and StarkWare have granted a revocable, non-exclusive, non-transferable, non-sublicensable, royalty-free and worldwide license to use the dYdX mark, the StarkWare mark and the StarkEx mark for the limited purpose of reflecting that the State Explorer pertains to the dYdX perpetuals protocol on StarkEx.

Contributing

Make sure that you have the required dependencies installed:

This repository is a monorepo consisting of five projects:

  • packages/backend - README.md
  • packages/frontend
  • packages/crypto
  • packages/encoding
  • packages/testnet - README.md
  • packages/escape-hatch-test - README.md

Setup

To run or develop, you need to install and build the dependencies. You can do it by running the following commands in the repository root:

yarn
yarn build