update README.md

This commit is contained in:
cventastic
2022-01-23 16:58:18 +01:00
parent 7ea656b6c2
commit d27fc8d269
2 changed files with 1 additions and 1 deletions

17
harmony/README_HARMONY.md Normal file
View File

@@ -0,0 +1,17 @@
Place validator.key and validator.pass into ./keyfiles
```
docker-compose up -d
```
Check if Bootstrap is working.
```
docker logs -f pokt_dokt_harmony-mainnet_1
```
Logs are at:
```
harmony/log
```
HARMONY QUERY
```
curl --location --request POST 'https://$DOMAIN/' --header 'Content-Type: application/json' --data-raw '{"jsonrpc": "2.0", "method": "hmy_latestHeader", "params": [], "id": 1}'
```