Skip to content

Commit cf123ad

Browse files
committed
README update
1 parent c0f56a0 commit cf123ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ source venv/bin/activate
1818

1919
## Running
2020

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.
2223

2324
### Steps to Execute:
2425

@@ -60,7 +61,7 @@ The overall program is split into two main parts:
6061

6162
## Testing
6263

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.
6465

6566
1. **Build Cairo1 Modules:**
6667
```bash

0 commit comments

Comments
 (0)