Time to read: 1 min
Get Started with Goldsky
Goldsky is a data indexer that offers high-performance subgraph hosting and realtime data on Rootstock.
It offers the following products that can be used independently or in conjunction to power your data stack.
- Subgraphs: Backwards-compatible subgraph indexing solution
- Mirror: Stream onchain data directly to your database.
This data is available on:
Prerequisites
- Node.js
or newer
Installation
Install the goldsky CLI
curl https://goldsky.com | sh
Run the command below to confirm the installation and see the available options.
goldsky --help
This should produce the output below. If the command fails, open a new terminal for the changes to take effect.
goldsky <cmd> args
Commands:
goldsky Get started with Goldsky [default]
goldsky login Log in to Goldsky to enable authenticated CLI c
ommands
goldsky logout Log out of Goldsky on this computer
goldsky subgraph Commands related to subgraphs
goldsky project Commands related to project management
goldsky pipeline Commands related to Goldsky pipelines
goldsky dataset Commands related to Goldsky datasets
goldsky indexed Analyze blockchain data with indexed.xyz
goldsky secret Commands related to secret management
goldsky telemetry Commands related to CLI telemetry
Options:
--token CLI Auth Token [string] [default: ""]
--color Colorize output [boolean] [default: true]
-v, --version Show version number [boolean]
-h, --help Show help [boolean]