Closed AtlasPilotPuppy closed 3 years ago
hey @anantasty , thanks for taking a look at my tutorial! It appears that you're using the incorrect node sandbox path. The correct path is ~/algorand/algo-builder/infrastructure/node_data/PrimaryNode
. I should've added an example of this path in the tut.
That's exactly what I needed. Thanks
I created the test net and started it. checked the status using
goal status
andmake status
All looks good. The wallet gets created under~/algorand/algo-builder/infrastructure/node_data/Primary
NotPrimaryNode
like the example saysBut when i deploy i get the following error
The wallets exist under the
Primary
Directory which i tried adding to the path and it complained about not finding algod. Since this is a beginer example this needs to be fixed and made easy to implement.