You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Alternatively, if you want to get the sub-graph quickly running on barge, you can run `npm run quickstart:barge` which combines steps 3-5 above.
147
+
146
148
You now have a local graph-node running on http://localhost:9000
147
149
150
+
151
+
148
152
## 🧪 Testing
149
153
150
154
- Please note: the `npm run test` command is currently not working due to [this issue](https://github.com/graphprotocol/graph-ts/issues/113).
Copy file name to clipboardexpand all lines: package.json
+1
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
"version": "1.1.1",
4
4
"scripts": {
5
5
"start": "",
6
+
"quickstart:barge": "export ADDRESS_FILE=\"${HOME}/.ocean/ocean-contracts/artifacts/address.json\" && npm run codegen && npm run bargesetup && npm run create:local-barge && npm run deploy:local-barge",
0 commit comments