From fde74dcfc43e62fc136ee8cf38aefd4224064311 Mon Sep 17 00:00:00 2001 From: Ross Savage Date: Tue, 9 Jan 2024 09:40:35 +0100 Subject: [PATCH] Add developer note for application specific working directories --- src/guide/getting_started.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/guide/getting_started.md b/src/guide/getting_started.md index ee3cbe8..548b0a1 100644 --- a/src/guide/getting_started.md +++ b/src/guide/getting_started.md @@ -107,6 +107,13 @@ Now you are ready to interact with the SDK. +
+

Developer note

+ +By default the config working directory is set to `./`. Some platforms may require that you use an application specific directory that is writable within the application sandbox. For example applications running on Android or iOS. + +
+ ## Getting the Node State At any point we can fetch our balance from the Greenlight node: