Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaensen committed May 23, 2023
1 parent fdf1e54 commit 18cc005
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,15 @@ afterward the server can be queried with the following command:
curl -X POST \
-H "Content-Type: application/json" \
-d '{
"from": "0x000...",
"to": "0x000...",
"value": 999999999999,
"iterative": false,
"prune": true
"id": "timestamp_value",
"method": "compute_transfer",
"params": {
"from": "0x000...",
"to": "0x000...",
"value": 999999999999,
"iterative": false,
"prune": true
}
}' \
"http://<ip>:<port>"
```
Expand Down

0 comments on commit 18cc005

Please sign in to comment.