Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.01 KB

Query DIMO Vehicles Data Using Log Store

This project demonstrates a simple method to query DIMO vehicles data using Log Store. Our team has previously staked this specific stream, enabling it to be queried by anyone. However, it's important to note that decryption is only possible by those permitted by the stream owner, as this is a private stream. If you're interested in learning how to store or query your own streams, please refer to the Log Store Docs.

Requirements

  • Node 18+
  • A wallet with some tokens staked for query at Log Store. See Log Store Docs for more information.

Usage

  1. Install dependencies
    pnpm install # or any other node package manager
  2. Copy .env.example to .env and fill in the values
  3. Run the query
    pnpm query

Resources