UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

11 lines (10 loc) 267 B
export const source = () => ` startBlock: 0`; export const mapping = () => ` apiVersion: 0.0.5 language: wasm/assemblyscript entities: - ExampleEntity blockHandlers: - handler: handleBlock file: ./src/contract.ts`;