From cdd3b3e86ab5eb5db7a405f127bf350a66313dbf Mon Sep 17 00:00:00 2001 From: Danish Arora Date: Thu, 5 Feb 2026 14:34:16 +0800 Subject: [PATCH] Document NSSA_WALLET_HOME_DIR requirement in wallet tutorial --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f7885be0..8f059158 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,12 @@ Some completion scripts exists, see the [completions](./completions/README.md) f This tutorial walks you through creating accounts and executing NSSA programs in both public and private contexts. +Before starting, make sure to set the wallet home directory so the CLI can find its configuration: + +```bash +export NSSA_WALLET_HOME_DIR=$(pwd)/wallet/configs/debug +``` + > [!NOTE] > The NSSA state is split into two separate but interconnected components: the public state and the private state. > The public state is an on-chain, publicly visible record of accounts indexed by their Account IDs