This is a community built and operated dApp for Node Operators and Delegators to understand and better interact with SubQuery Network. You can find this at https://sqtscan.com/.
You can run this application by installing dependencies (e.g. yarn
or npm i
) and then running in development mode
(e.g. yarn dev
or npm run dev
).
Note: Using npm might result in more errors due to poor dependency management.
We welcome contributions from the community to this community application! You can find a bunch of tasks and ideas for improvements in the issues list. To contribute:
-
Fork the Repository: Click the "Fork" button at the top right of this repository's page to create a copy of the repository under your GitHub account.
-
Make Changes: Make your changes in the new branch. Ensure your code follows the project's coding standards and includes appropriate tests.
-
Create a Pull Request: Go to the original repository and create a pull request from your forked repository. Provide a clear description of your changes and why they are valuable.
- Be Nice and Collaborative: Respect other contributors and maintainers. Provide constructive feedback and be open to discussions.
- Follow Coding Standards: Ensure your code adheres to the project's coding standards and guidelines.
- Write Clear Commit Messages: Write clear and concise commit messages to make it easier for others to understand your changes.