Getting Started (for Developers)
Quickstart
Install the CLI:
npm install -g vllo-cli
Initialize a dataset project:
vllo init my-dataset
Generate synthetic data locally or integrate your pipeline.
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