Skip to content

Commit

Permalink
Adjust test command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoopmann committed Sep 30, 2023
1 parent f49c10a commit 45f233b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Run extended reth full node with the added rpc endpoint with:
`RUST_LOG=info cargo run -- node --full --metrics 127.0.0.1:9001 --http --enable-ext`

## Test it
While there are no automated tests yet you can execute a manual test using the provided testdata:
`curl --location 'localhost:8545/' --header 'Content-Type: application/json' --data @test/data/rpc_payload.json`
While there are no automated tests yet you can execute a manual test using the provided testdata (requires `curl` and `jq`):
`./test/shoot_single_payload.sh localhost:8545 test/data/single_payload.json`

## Further Reading
- [Guide to custom api development based on reth](https://www.libevm.com/2023/09/01/reth-custom-api/)
Expand Down

0 comments on commit 45f233b

Please sign in to comment.