Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dydxprotocol/v4-documentation
https://github.com/dydxprotocol/v4-documentation
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dydxprotocol/v4-documentation
- Owner: dydxprotocol
- License: other
- Created: 2023-08-29T16:20:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T20:55:56.000Z (3 months ago)
- Last Synced: 2024-10-22T04:39:13.544Z (3 months ago)
- Language: MDX
- Homepage: https://v4-teacher.vercel.app
- Size: 21.1 MB
- Stars: 12
- Watchers: 14
- Forks: 34
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).