Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@subql/node

Package Overview
Dependencies
Maintainers
2
Versions
789
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@subql/node

npmnpm
Version
0.8.4-0
Version published
Weekly downloads
3.5K
301.28%
Maintainers
2
Weekly downloads
 
Created
Source

@subql-node

Description

Indexer service in our @subql toolkit, can load user's subquery then fetch, process and persist to db accordingly.

Installation

$ npm i -g @subql/node

Running the app

$> subql-node

Options:
      --help              Show help                                    [boolean]
      --version           Show version number                          [boolean]
  -f, --subquery          the local path of subquery project            [string]
      --subquery-name     name of the subquery project                  [string]
  -c, --config            specify configuration file                    [string]
      --local             use local mode                               [boolean]
      --batch-size        batch size of blocks to fetch in one round    [number]
      --debug             show debug information to console output
                                                      [boolean] [default: false]
      --network-endpoint  blockchain network endpoint to connect        [string]
      --output-fmt        print log as json or plain text
                                           [string] [choices: "json", "colored"]
      --log-level         specify log level to print
          [string] [choices: "fatal", "error", "warn", "info", "debug", "trace",
                                                                       "silent"]

License

Apache-2.0

FAQs

Package last updated on 18 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts