File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,13 +11,7 @@ The `blob-decoder` tool provides a web interface for decoding protobuf-encoded b
1111Install using ` go install ` :
1212
1313``` bash
14- go install github.com/evstack/ev-node/tools/blob-decoder@latest
15- ```
16-
17- Or install a specific version:
18-
19- ``` bash
20- go install github.com/evstack/ev-node/tools/blob-decoder@v1.0.0-beta.6
14+ go install github.com/evstack/ev-node/tools/blob-decoder@main
2115```
2216
2317After installation, the ` blob-decoder ` binary will be available in your ` $GOPATH/bin ` directory.
@@ -117,4 +111,4 @@ curl -X POST http://localhost:8090/api/decode \
117111- Inspect block structure and content
118112- Validate blob encoding and decoding
119113- Troubleshoot sync issues related to blob data
120- - Educational tool for understanding ev-node data structures
114+ - Educational tool for understanding ev-node data structures
Original file line number Diff line number Diff line change @@ -11,13 +11,7 @@ This usually means the `DA_START_HEIGHT` is too late. This tool allows clearly t
1111Install using ` go install ` :
1212
1313``` bash
14- go install github.com/evstack/ev-node/tools/cache-analyzer@latest
15- ```
16-
17- Or install a specific version:
18-
19- ``` bash
20- go install github.com/evstack/ev-node/tools/cache-analyzer@v1.0.0-beta.6
14+ go install github.com/evstack/ev-node/tools/cache-analyzer@main
2115```
2216
2317After installation, the ` cache-analyzer ` binary will be available in your ` $GOPATH/bin ` directory.
Original file line number Diff line number Diff line change @@ -11,13 +11,7 @@ The `da-debug` tool provides a command-line interface to interact with DA layers
1111Install using ` go install ` :
1212
1313``` bash
14- go install github.com/evstack/ev-node/tools/da-debug@latest
15- ```
16-
17- Or install a specific version:
18-
19- ``` bash
20- go install github.com/evstack/ev-node/tools/da-debug@v1.0.0-beta.6
14+ go install github.com/evstack/ev-node/tools/da-debug@main
2115```
2216
2317After installation, the ` da-debug ` binary will be available in your ` $GOPATH/bin ` directory.
You can’t perform that action at this time.
0 commit comments