Add demo for graph-watcher IPLD statediff and checkpointing

This commit is contained in:
2022-05-06 15:43:45 +05:30
committed by Ashwin Phatak
parent ba6b996e65
commit ce6568aad2
9 changed files with 343 additions and 64 deletions
+2 -1
View File
@@ -42,7 +42,8 @@
"build:example": "cd test/subgraph/example1 && yarn && yarn codegen && yarn build",
"watch": "DEBUG=vulcanize:* nodemon --watch src src/watcher.ts",
"compare-entity": "node bin/compare-entity",
"example:deploy": "hardhat --network localhost example-deploy"
"example:deploy": "hardhat --network localhost example-deploy",
"example:test": "hardhat --network localhost example-test"
},
"dependencies": {
"@apollo/client": "^3.3.19",