An open API service indexing awesome lists of open source software.

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

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`