/compound-subgraph-wrapper

A wrapper service that extends the Compound subgraph with custom resolvers

Primary LanguageTypeScriptMIT LicenseMIT

Compound Subgraph Wrapper

A wrapper service that extends the Compound subgraph with custom resolvers.

Usage

After cloning this repository, run the following to start the server process:

# Install dependencies
yarn

# Build the server 
yarn prepublish

# Run the server
node dist/index.js

Development

During development, run the server with

yarn dev

so it automatically restarts as you make changes to the source code.

License

Copyright © 2019-2020 Graph Protocol, Inc.

This software is licensed under the MIT license.