Skip to content

Commit

Permalink
Update Makefile: add disperse-test-blob
Browse files Browse the repository at this point in the history
This'll make it easier to test that the da-proxy is working manually. eg:
```
make run-memstore-server
make disperse-test-blob
```
  • Loading branch information
samlaf authored Sep 6, 2024
1 parent 1258e26 commit 690dcfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ stop-minio:
run-memstore-server:
./bin/eigenda-proxy --memstore.enabled

disperse-test-blob:
curl -X POST -d my-blob-content http://127.0.0.1:3100/put/ --output stdout

clean:
rm bin/eigenda-proxy

Expand Down

0 comments on commit 690dcfc

Please sign in to comment.