From 900414a5c4dd0413aebb51e326a74f974524752f Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Fri, 23 Sep 2022 21:31:30 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=93=20add=20jwt=20decoder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nodes/running-a-node.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/nodes/running-a-node.md b/nodes/running-a-node.md index 1397222..b82471e 100644 --- a/nodes/running-a-node.md +++ b/nodes/running-a-node.md @@ -19,6 +19,8 @@ * [eth docker](https://eth-docker.net/docs/About/Overview) * [staking deposit cli](https://github.com/ethereum/staking-deposit-cli) * [ethereum arm docs](https://ethereum-on-arm-documentation.readthedocs.io/en/latest/) +* [stereum solo node infra](https://stereum.net/ethereum-node-setup/) +* [nice node](https://www.nicenode.xyz/)
@@ -60,3 +62,12 @@ * [dappnode](https://dappnode.io/en-us/collections/frontpage) * [avado](https://ava.do/) + + +
+ +### useful resources + +
+ +* [jwt decoder](https://jwt.io/)