added bootstrap to harmony

This commit is contained in:
cventastic
2022-01-23 16:47:08 +01:00
parent d666fc1a2f
commit 0419050bae
6 changed files with 99 additions and 83 deletions

17
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}'
```