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
Copy file name to clipboardExpand all lines: samples/python/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,4 @@ Each sample can be run individually with `python -m src.<filename without extens
4
4
5
5
`python -m src.main` will run all samples sequentially.
6
6
7
-
Some of the samples like `ledger.py`, `getting_started.py` and `main.py`requires validators running. It expects the validators to be either at localhost (127.0.0.1) or an IP configured at environment varaible`TEST_POOL_IP`. There is a validator pool that can be used which resides at `doc/getting-started/docker-compose.yml`, which runs at IP 10.0.0.2.
7
+
Some of the samples like `ledger.py`, `getting_started.py` and `main.py`require validators running. They expect the validators to be running either at localhost (127.0.0.1) or at an IP configured in the environment variable`TEST_POOL_IP`. There is a validator pool that can be used which resides at `doc/getting-started/docker-compose.yml`, which runs at IP 10.0.0.2.
0 commit comments