Update DEVELOP.md

This commit is contained in:
Leo 2020-08-19 18:01:21 +02:00
parent d1c86a0eaa
commit 134c3d83db
1 changed files with 7 additions and 0 deletions

View File

@ -31,6 +31,10 @@ Get logs for single guardian node:
kubectl logs guardian-0
Restart a specific pod:
kubectl delete pod guardian-0
Generate test ETH lockups once the cluster is up:
kubectl exec -it -c tests eth-devnet-0 -- npx truffle exec src/send-lockups.js
@ -38,5 +42,8 @@ Generate test ETH lockups once the cluster is up:
Adjust number of nodes in running cluster:
tilt args -- --num=2
(this is only useful if you want to test scenarios where the number
of nodes diverges from the guardian set - otherwise, `tilt down` and restart the cluster)
Once you're done, press Ctrl-C. Run `tilt down` to tear down the devnet.