Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reserve-protocol/dgneth-subgraph
https://github.com/reserve-protocol/dgneth-subgraph
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/reserve-protocol/dgneth-subgraph
- Owner: reserve-protocol
- Created: 2024-05-27T14:28:02.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-31T19:00:25.000Z (5 months ago)
- Last Synced: 2024-08-01T00:00:10.788Z (5 months ago)
- Language: TypeScript
- Homepage: https://dgneth.com/
- Size: 78.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dgnETH subgraph
## Description
This repository contains the subgraph for the dgnETH project. The subgraph indexes events from the Ethereum blockchain and makes the data queryable via GraphQL.
### Prerequisites
- Node.js
- Yarn or npm
- Docker (for local deployment)## Installation
To install and run this project, follow these steps:
1. Clone the repository.
2. Install the required dependencies using `npm install`.
3. Run the project using `npm start`.## Code Generation
To generate the necessary TypeScript types and mappings, run:
`npm run codegen`
## Deploying the Subgraph
`npm run deploy`