added geth-goerli too relaychains

This commit is contained in:
cventastic
2021-12-14 16:09:56 +01:00
parent e2e7798f80
commit 88abde8993
2 changed files with 11 additions and 1 deletions

View File

@@ -7,6 +7,16 @@ cd POKT_DOKT
chown -R 1005:1001 chains
docker-compose up -d
```
# EXAMPLES
POKT QUERY:
```
curl -X POST --data '{"relay_network_id":"0002","payload":{"data":"{}","method":"POST","path":"v1/query/height","headers":{}}}' http://pocket-testnet:8081/v1/client/sim
```
GETH QUERY:
```
curl -X POST --data '{"relay_network_id":"0020","payload":{"data":"{\"jsonrpc\":\"2.0\",\"method\":\"eth_getBalance\",\"params\":[\"0x1a8c807a6E4F624fCab01FEBf76a541d31B8345A\", \"latest\"],\"id\":1}","metho
d":"POST","path":"","headers":{}}}' http://pocket-testnet:8081/v1/client/sim
```
#### TODO !!!!