You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
missing description of what the IOTA wallet is, what kind of app it is (desktop ? chrome extension only ? CLI ?)
what can I do with it once it builds successfully ? Why do I need to build it now ? are we using this in a later section of the docs ?
in section “troubleshooting”:
min node version is listed as 18, seems to be nodejs 20 now:
nodejs_18 fails: Error: tsx must be loaded with --import instead of --loader
nodejs_20 works ok
in section “Configure the Wallet”
iota/apps/wallet/configs/environment/.env.defaults doesn’t seem to exist anymore in the repo. Is it meant to be generated ?
is API_ENV=local the only value we need in env for now ? or do the next commands need more values that were previously in .env.defaults ?
12 additional files refer to it and try to load it, should we remove the references to it ?
in section “Generate example data”
what is this data ? I suppose transactions and objects ? Why do we need it ?
where is the section “Prerequisites for Building Apps locally” ? It doesn’t seem to show up in a search
possible fix: make the text a link to the section
does the command “pnpm --filter @iota/iota-sdk test:e2e” generate this data or run end-to-end tests ? Or does running end-to-end tests generate data that we can later use to write manual tests using the Typescript SDK ?
The text was updated successfully, but these errors were encountered:
I've opened a draft PR with all the changes I could make so far, some points I still have questions about: iotaledger/iota#4721
Let's move all the discussion to that pull request.
nmrshll
added a commit
to iotaledger/iota
that referenced
this issue
Jan 9, 2025
Here's some small issues I ran into when reading this page of the docs:
Error: tsx must be loaded with --import instead of --loader
iota/apps/wallet/configs/environment/.env.defaults
doesn’t seem to exist anymore in the repo. Is it meant to be generated ?.env.defaults
?The text was updated successfully, but these errors were encountered: