The official subgraph (thegraph.com) for Dexify Finance.
Before you can start developing, you'll need to have [Node.js][node] and [Yarn][yarn] installed.
Installing only takes two commands and you're ready to roll:
# Install all dependencies.
yarn install
# Generate the subgraph and code.
yarn codegen
You are now ready to start development. Documentation is available here. There are also several helpful scripts in package.json for testing, and deploying the subgraph locally.
Third party contributions to this project are welcome and encouraged. If you want to contribute, please open an issue before submtting a pull requests so we can discuss the proposed changes and/or additions.
Please note that all repositories hosted under this organization follow our [Code of Conduct][coc], make sure to review and follow it.