update README.md

This commit is contained in:
cventastic
2022-01-23 16:58:18 +01:00
parent 4992cc2fff
commit 7909c7100e
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}'
```