From f2f5ac3c91812bbe34008351144b6de61fcd8777 Mon Sep 17 00:00:00 2001 From: lqS0317 <102649974+lqS0317@users.noreply.github.com> Date: Wed, 10 Jan 2024 13:15:35 +0800 Subject: [PATCH] Add run node sepolia (#49) * add_run_node_sepolia --------- Co-authored-by: lqS0317 --- run-node-sepolia.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run-node-sepolia.md b/run-node-sepolia.md index aad5813..a276997 100644 --- a/run-node-sepolia.md +++ b/run-node-sepolia.md @@ -21,6 +21,9 @@ ```sh cd networks/ + +mkdir sepolia/secret + node -e "console.log(require('crypto').randomBytes(32).toString('hex'))" > sepolia/secret/jwt_secret_txt cast w n |grep "Private Key" |awk -F ": " '{print $2}' |sed 's/0x//' > sepolia/secret/p2p_node_key_txt