cleanup
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
### Docs
|
### Docs
|
||||||
|
|
||||||
|
TODO:
|
||||||
|
|
||||||
|
Fix wireguard chains network for pocket-frontends
|
||||||
|
|
||||||
[Pocket Validator](README_POKT.md) </br>
|
[Pocket Validator](README_POKT.md) </br>
|
||||||
[Harmony Validator](harmony/README_HARMONY.md)
|
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
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}'
|
|
||||||
```
|
|
||||||
|
|
||||||
[HMY CLI Flags](https://docs.harmony.one/home/network/validators/node-setup/installing-updating/installing-node/using-binary#option-2-setup-using-flag-parsing)
|
|
||||||
Reference in New Issue
Block a user