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

https://github.com/graphprotocol/compound-subgraph-wrapper

A wrapper service that extends the Compound subgraph with custom resolvers
https://github.com/graphprotocol/compound-subgraph-wrapper

Last synced: 10 months ago
JSON representation

A wrapper service that extends the Compound subgraph with custom resolvers

Awesome Lists containing this project

README

          

# 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:

```sh
# Install dependencies
yarn

# Build the server
yarn prepublish

# Run the server
node dist/index.js
```

## Development

During development, run the server with

```sh
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](./LICENSE-MIT).