This is a subgraph that calculates the block time for each block.
These are minimal requirements to deploy this subgraph locally:
- A graph-node instance running locally
- An IPFS instance running locally
- Node.js and npm
To deploy this subgraph locally, run the following commands:
npm install
npm run codegen
npm run build
npm run create-local
npm run deploy-local