https://github.com/dydxprotocol/v4-documentation
https://github.com/dydxprotocol/v4-documentation
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dydxprotocol/v4-documentation
- Owner: dydxprotocol
- License: other
- Created: 2023-08-29T16:20:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T20:17:37.000Z (4 months ago)
- Last Synced: 2025-03-21T21:23:52.297Z (4 months ago)
- Language: MDX
- Homepage: https://v4-teacher.vercel.app
- Size: 36.8 MB
- Stars: 13
- Watchers: 19
- Forks: 35
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-ccamel - dydxprotocol/v4-documentation - (MDX)
README
dYdX Chain Documentation
## Local Development
Install `pnpm` and project dependencies:
```bash
nvm install 18 && nvm use 18
npm install -g pnpm
pnpm i
```Start development server on localhost:3000:
```bash
pnpm dev
```## Formatting
To format .mdx files, you can use the [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) extension in VSCode.## Github Actions
Upon push of a commit, the following checks are made:
* [markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) checks that all links work.
* If you are configuring a link that is erroring out, considering adding something to the [mlc_config.json](./mlc_config.json) using [these options](https://github.com/tcort/markdown-link-check#config-file-format).