updated readme
This commit is contained in:
parent
fdf1e544a5
commit
18cc0055ed
1 changed files with 9 additions and 5 deletions
|
@ -53,11 +53,15 @@ afterward the server can be queried with the following command:
|
||||||
curl -X POST \
|
curl -X POST \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-d '{
|
-d '{
|
||||||
|
"id": "timestamp_value",
|
||||||
|
"method": "compute_transfer",
|
||||||
|
"params": {
|
||||||
"from": "0x000...",
|
"from": "0x000...",
|
||||||
"to": "0x000...",
|
"to": "0x000...",
|
||||||
"value": 999999999999,
|
"value": 999999999999,
|
||||||
"iterative": false,
|
"iterative": false,
|
||||||
"prune": true
|
"prune": true
|
||||||
|
}
|
||||||
}' \
|
}' \
|
||||||
"http://<ip>:<port>"
|
"http://<ip>:<port>"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue