We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91488b3 commit cf0e796Copy full SHA for cf0e796
testchains/nethermind/README.md
@@ -0,0 +1,7 @@
1
+This folder contains a ready to use docker-compose file that starts:
2
+* `poco-chain` service. Accessible on http://localhost:8545/
3
+* `netstats` dashboard to monitor the network status. Accessible on http://localhost:8080.
4
+* `grafana` to display gas usage and other metrics of the chain. Accessible on http://localhost:8081.
5
+* `prometheus` and `pushgateway` used to collect metrics from `poco-chain`.
6
+
7
+Note: uncomment Docker volumes in compose file to persist data.
0 commit comments