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
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.
3
+
Each sample can be run individually with `python -m src.<filename without extension>`.
4
+
5
+
`python -m src.main` will run all samples sequentially.
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.
0 commit comments