Regarding the "In memory node" setup #720
-
EnvironmentTestnet L2 block numberNo response Provide a brief description of the functionality you're trying to implement and the issue you are running into.
npx zksync-cli dev start Installing "In memory node"...
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It appears that the error you're encountering during the setup of the "In memory node" is related to the extraction of the Here are a few steps you can take to resolve this issue:
If the issue persists after following these steps, it might be helpful to check the system logs or console output for any additional errors that could provide more insight into what might be going wrong. Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
Thank you very much for your help!
I manually ensured that the era_test_node was correctly placed, but the error still persisted. I might have not done it the correct way or something
To resolve the issue, I replaced the "#Download the release version specified by the build argument" section with the following line in the Dockerfile located at /home/#USER/.nvm/versions/node/v20.16.0/lib/node_modules/zksync-cli/node_modules/zkcli-in-memory-node/Dockerfile:
RUN curl -s "https://api.github.com/repos/matter-labs/era-test-node/releases/tags/${LATEST_RELEASE}" |
jq -r '.assets[] | select(.name | contains("x86_64-unknown-linux-gnu")) | .browser_download_url' |
head -n 1 | xargs -I {} curl -L -…