Getting Started (for Developers)

Quickstart

  1. Install the CLI:

    npm install -g vllo-cli
  2. Initialize a dataset project:

    vllo init my-dataset
  3. Generate synthetic data locally or integrate your pipeline.

  4. Publish to Solana:

    vllo publish --network mainnet

Querying Data

  • REST and GraphQL endpoints (coming with MVP release).

  • On-chain registry lets you discover and verify dataset authenticity.

Last updated