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: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@ source venv/bin/activate
18
18
19
19
## Running
20
20
21
-
Before running the program, prepare the input data. The inputs are provided via the `hdp_input.json` file located in the root directory of the HDP project.
21
+
Before running the program, prepare the input data. The inputs are provided via the [hdp_input.json](examples/hdp_input.json).
22
+
Runtime require chain nodes RPC calls, ensure an environment variables [.env.example](.env.example) are set.
22
23
23
24
### Steps to Execute:
24
25
@@ -60,7 +61,7 @@ The overall program is split into two main parts:
60
61
61
62
## Testing
62
63
63
-
Some tests require chain nodes RPC calls. Ensure an environment variable named `ETH_RPC` and `STARKNET_RPC` is set.
64
+
Tests require chain nodes RPC calls. Ensure an environment variables [.env.example](.env.example) are set.
0 commit comments