https://github.com/polywrap/graph-node
A Polywrap Wasm wrapper for Subgraph queries
https://github.com/polywrap/graph-node
Last synced: about 5 hours ago
JSON representation
A Polywrap Wasm wrapper for Subgraph queries
- Host: GitHub
- URL: https://github.com/polywrap/graph-node
- Owner: polywrap
- Created: 2023-09-05T20:33:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T21:46:24.000Z (almost 3 years ago)
- Last Synced: 2025-02-21T11:45:27.516Z (over 1 year ago)
- Language: TypeScript
- Size: 140 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Graph Node Wasm wrapper
The Graph Node Wasm wrapper allows the Polywrap Client to send queries to the [Graph Node](https://github.com/graphprotocol/graph-node).
# How To Run
## Install Dependencies
`nvm install && nvm use`
`yarn`
## Build
`yarn build`
## Test
`yarn test`