Skip to content

Commit

Permalink
Merge pull request #18 from rollkit/yarik/naming-fix
Browse files Browse the repository at this point in the history
Rename binary to local-da
  • Loading branch information
tuxcanfly authored May 21, 2024
2 parents 6de72a8 + 718c9bb commit 36bd8bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mock-da
build/*
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It is intended to be used for testing DA layers without having to set up the act

```sh
make build
./local-da
./build/local-da
```

should output
Expand All @@ -22,7 +22,7 @@ Which exposes the [go-da] interface over JSONRPC and can be accessed with an HTT
You can also run local-da with a `-listen-all` flag which will make the process listen on 0.0.0.0 so that it can be accessed from other machines.

```sh
$ ./local-da -listen-all
$ ./build/local-da -listen-all
2024/04/11 12:23:34 Listening on: 0.0.0.0:7980
```

Expand Down
File renamed without changes.

0 comments on commit 36bd8bb

Please sign in to comment.