Skip to content

Commit 0d7880f

Browse files
update build instructions
1 parent fd802fe commit 0d7880f

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,35 @@ The indexer crawls the blockchain fetching information from both the Execution a
88

99
## How to run locally?
1010

11-
1. Git clone this repo.
11+
1. Install dependencies
12+
13+
```
14+
sudo apt install libssl-dev
15+
```
16+
17+
2. Git clone this repo.
1218

1319
```bash
1420
git clone https://github.com/Blobscan/blobscan-indexer.rs.git
1521
```
1622

17-
2. Go to directory.
23+
3. Go to directory.
1824

1925
```bash
2026
cd blobscan-indexer.rs
2127
```
2228

23-
3. Set the environment variables.
29+
4. Set the environment variables.
30+
31+
Check the table below.
2432

25-
4. Run the indexer.
33+
5. Run the indexer.
2634

2735
```bash
2836
cargo run
2937
```
3038

31-
5. (Optional) Run the indexer using docker.
39+
6. (Optional) Run the indexer using docker.
3240

3341
If you prefer to use docker we have created an image for the indexer which is available at [blossomlabs/blobscan-indexer](https://hub.docker.com/repository/docker/blossomlabs/blobscan-indexer/general).
3442

0 commit comments

Comments
 (0)