https://github.com/mlabs-haskell/query-layer-impl
https://github.com/mlabs-haskell/query-layer-impl
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mlabs-haskell/query-layer-impl
- Owner: mlabs-haskell
- Created: 2024-09-09T15:34:09.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-27T12:37:47.000Z (over 1 year ago)
- Last Synced: 2025-03-09T11:57:59.830Z (over 1 year ago)
- Language: JavaScript
- Size: 2.78 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
This repository contains schema generator for Cardano Query Layer CIP ([problem statement](https://github.com/cardano-foundation/CIPs/pull/625) / [WIP CIP PR](https://github.com/cardano-foundation/CIPs/pull/869)).
The specification is derived from [`spec.yaml`](./spec.yaml) using a [build script](./build.js).
# Getting started
1. Initialize the git submodule (optionally, update the CIPs repo submodule revision). You may have to add [this repo](https://github.com/klntsky/CIPs) as git remote if you are working with a feature branch.
2. Run `npm install`
3. Run `nodejs ./build.js`