HuberTRoy / subquery-sqtscan

https://sqtscan.com
GNU General Public License v3.0
1 stars 2 forks source link

SubQuery Network Scanner

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/.

Run this application

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.

Contributing

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:

  1. 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.

  2. Make Changes: Make your changes in the new branch. Ensure your code follows the project's coding standards and includes appropriate tests.

  3. 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.

Guidelines

Maintainers