AsbertMa / QueryLib

Vechain on chain data querying

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QueryLib

QueryLib is a powerful GraphQL service specifically designed for DApp developers, offering seamless querying of on-chain (VeChain) data.

Project Objectives

  • Centralized Service

    • Expanding regular node interfaces.
    • Supporting queries for specific contract data.
    • Supporting queries for complex relationship contract data.
  • Transforming into an L2 Service

TODO List

  • Expanding regular node interfaces

    • Synchronizing data to the database.
    • Implementing and expanding node interfaces.
  • Supporting queries for specific contract data

    • Generating code models for the contract (Tool).
    • Generating querying code for the models (Tool).
    • Deploying the querying code (Tool).
  • Supporting queries for complex relationship contract data

    • Upgrading the above-mentioned tools for this feature: Upgrading the tools developed for supporting specific contract data queries, enhancing their capabilities to handle complex relationships between multiple contracts.

About

Vechain on chain data querying


Languages

Language:TypeScript 85.8%Language:HTML 8.4%Language:EJS 5.9%