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
docs(readme): clarify bootstrap and test instructions (#3220)
Improve wording and formatting in the bootstrap template README for better
clarity. Update instructions for configuration, faucet setup, node and db-sync
startup, and running tests. Fix script names and provide clearer guidance on
using synced data and environment variables.
* Start db-sync ONLY AFTER the node is fully synced:
53
+
* Start db-sync **only after the node is fully synced**:
49
54
50
55
```sh
51
-
./run-cardano-dbsync
56
+
./run_dbsync.sh
52
57
```
53
58
54
-
* Wait untilthe db-sync is fully synced
59
+
* Wait until db-sync has fully synced.
55
60
56
-
Running tests
61
+
Running Tests
57
62
-------------
58
63
59
-
Once the node and optionally db-sync are fully synced, you can stop them and start the tests.
60
-
Note that the testing framework will start node and db-sync processes automatically. It will use the synced states of both node and db-sync if available in the bootstrap directory.
64
+
Once the node and (optionally) db-sync are fully synced, you can stop them and run the tests.
65
+
The testing framework will start fresh node and db-sync processes automatically, and will reuse
0 commit comments