This repository contains the subgraph for the dgnETH project. The subgraph indexes events from the Ethereum blockchain and makes the data queryable via GraphQL.
- Node.js
- Yarn or npm
- Docker (for local deployment)
To install and run this project, follow these steps:
- Clone the repository.
- Install the required dependencies using
npm install
. - Run the project using
npm start
.
To generate the necessary TypeScript types and mappings, run:
npm run codegen
npm run deploy