Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 574 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 574 Bytes

Omnuum-v1 Subgraph

The Official Omnuum v1 subgraph

Project Setup

npm install

Manifest Generation

npm run prepare:mainnet
npm run prepare:rinkeby

Generate codes for schema graphql

npm run codegen:mainnet
npm run codegen:rinkeby

Compile WASM files

npm run build:mainnet
npm run build:rinkeby

Create Event Selectors

npm run createEventSelector

Deploy Subgraph (Hosted Service)

npm run deploy:hosting:mainnet
npm run deploy:hosting:rinkeby
npm run deploy:hosting:staging:rinkeby