Add script for exporting ethdb from fixturenet. (#370)

* Add script for exporting ethdb from fixturenet.

* Update README

* Script
This commit is contained in:
2023-04-26 00:13:35 -05:00
committed by GitHub
parent 6a11046ea5
commit 7a607c2994
6 changed files with 121 additions and 3 deletions
@@ -127,3 +127,9 @@ else
fi
wait $geth_pid
if [ "true" == "$CERC_KEEP_RUNNING_AFTER_GETH_EXIT" ]; then
while [ 1 -eq 1 ]; do
sleep 60
done
fi