From a1334a9143fdb4d31c9944b0851de427247a8a35 Mon Sep 17 00:00:00 2001 From: eyerematthew <111304576+eyerematthew@users.noreply.github.com> Date: Mon, 28 Jul 2025 09:09:28 +0100 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 92e1934..32191d4 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,26 @@ cp EI/exec_interface.json . **required files in same directory** - wallet.json - create with your credentials +```bash +# create a wallet.json file +touch wallet.json + +# open the wallet.json +nano wallet.json + +# open wallet.json and edit it (change placeholders to your wallet data): + +{ + "priv": "private-key-here", + "addr": "octxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", + "rpc": "https://octra.network" +} + +# Note the priv is your B64 private key +# save and exit with +# Ctrl + X , Then press Y , then hit Enter button +``` + - exec_interface.json - copy from EI/ folder **run**