Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dydxprotocol/v4-documentation


https://github.com/dydxprotocol/v4-documentation

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

dYdX Chain Documentation



License

## 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).