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
- Host: GitHub
- URL: https://github.com/graphprotocol/compound-subgraph-wrapper
- Owner: graphprotocol
- License: mit
- Created: 2019-09-27T11:02:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T10:45:08.000Z (about 3 years ago)
- Last Synced: 2025-03-23T18:51:48.369Z (10 months ago)
- Language: TypeScript
- Size: 480 KB
- Stars: 4
- Watchers: 7
- Forks: 7
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).