Skip to content

Commit

Permalink
mock -> local
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed May 17, 2024
1 parent 55fe3c2 commit f6e5cd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ pkgs := $(shell go list ./...)
run := .
count := 1

## build: Build mock-da binary.
## build: Build local-da binary.
build:
@echo "--> Building mock-da"
@echo "--> Building local-da"
@go build -o build/ ${LDFLAGS} ./...
.PHONY: build

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Mock DA
# Local DA

Mock DA implements the [go-da][go-da] interface over a mock Data Availability service.
Local DA implements the [go-da][go-da] interface over a Local Data Availability service.

It is intended to be used for testing DA layers without having to set up the actual services.

## Usage

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

should output
Expand Down

0 comments on commit f6e5cd8

Please sign in to comment.