This project implements a Graph operation chain using Polygon CDK (Chain Development Kit). It provides a framework for building and managing graph operations on the Polygon network.
packages/core: Core functionality and utilitiespackages/docs: Documentation and examplespackages/graph-integration: Graph protocol integration components
- Node.js >= 22.0.0
- Yarn
- Polygon CDK
- Install dependencies:
yarn install- Build the project:
yarn build- Run development environment:
yarn devTo run the documentation locally:
yarn docsThis project is licensed under the MIT License.