From 7a37728c8b89ad3a2d1fcf72bf34de6d55be85aa Mon Sep 17 00:00:00 2001 From: cventastic Date: Tue, 27 Sep 2022 10:18:26 +0200 Subject: [PATCH] cleanup --- README.md | 5 ++++- harmony/README_HARMONY.md | 19 ------------------- 2 files changed, 4 insertions(+), 20 deletions(-) delete mode 100644 harmony/README_HARMONY.md diff --git a/README.md b/README.md index 007954a3..3ff8905f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ ### Docs +TODO: + +Fix wireguard chains network for pocket-frontends + [Pocket Validator](README_POKT.md)
-[Harmony Validator](harmony/README_HARMONY.md) diff --git a/harmony/README_HARMONY.md b/harmony/README_HARMONY.md deleted file mode 100644 index a61d95e5..00000000 --- a/harmony/README_HARMONY.md +++ /dev/null @@ -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) \ No newline at end of file