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.
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.
Make sure that you have the required dependencies installed:
This repository is a monorepo consisting of five projects:
packages/backend
- README.mdpackages/frontend
packages/crypto
packages/encoding
packages/testnet
- README.mdpackages/escape-hatch-test
- README.md
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