Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l2beat/starkex-explorer
Decode calldata stored by the dYdX rollup. Perform force exits and trades.
https://github.com/l2beat/starkex-explorer
dydx ethereum explorer layer2
Last synced: 3 days ago
JSON representation
Decode calldata stored by the dYdX rollup. Perform force exits and trades.
- Host: GitHub
- URL: https://github.com/l2beat/starkex-explorer
- Owner: l2beat
- License: mit
- Created: 2021-12-09T10:41:04.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T11:55:59.000Z (9 days ago)
- Last Synced: 2024-11-08T12:36:46.844Z (8 days ago)
- Topics: dydx, ethereum, explorer, layer2
- Language: TypeScript
- Homepage: https://dydx.l2beat.com
- Size: 8.94 MB
- Stars: 38
- Watchers: 4
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
- [node.js](https://nodejs.org/en/) - version 16
- [Yarn](https://classic.yarnpkg.com/en/docs/install) - version 1.22.0 or laterThis repository is a monorepo consisting of five projects:
- `packages/backend` - [README.md](./packages/backend/README.md)
- `packages/frontend`
- `packages/crypto`
- `packages/encoding`
- `packages/testnet` - [README.md](./packages/testnet/README.md)
- `packages/escape-hatch-test` - [README.md](./packages/test-hatch-testnet/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
```