Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zkstack cli bug: unable to create ecosystem #3197

Open
sachanayush47 opened this issue Oct 30, 2024 · 2 comments
Open

zkstack cli bug: unable to create ecosystem #3197

sachanayush47 opened this issue Oct 30, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@sachanayush47
Copy link
Contributor

🐛 Bug Report

📝 Description

Installed latest zkstack cli and tried to create ecosystem but failed to do so. Then I tried the old zk_inception cli and it worked.

🔄 Reproduction Steps

cargo install --git https://github.com/matter-labs/zksync-era/ --locked zkstack --force
zkstack ecosystem create

🤔 Expected Behavior

Ecosystem get created with all config files and zksync-era repo clone.

😯 Current Behavior

Unable to create ecosystem

🖥️ Environment

Fedora 40
rustc 1.82.0

📋 Additional Context

Add any other context about the problem here. If applicable, add screenshots to help explain.

📎 Log Output

(base) ayushsachan@ayush:~/CodeSode/Block$ zkstack ecosystem create

┌   ZK Stack CLI 
│
◇  What do you want to name the ecosystem?
│  ecosystem
│
◇  Select the origin of zksync-era repository
│  Clone for me (recommended) 
│
◇  Select the L1 network
│  Holesky 
│
◇  What do you want to name the chain?
│  sachan
│
◇  What's the chain id?
│  271
│
◇  Select how do you want to create the wallet
│  Empty 
│
◇  Select the prover mode
│  NoProofs 
│
◇  Select the commit data generator mode
│  Validium 
│
◇  Select the base token to use
│  Custom 
│
◇  What is the token address?
│  0xf2d41a7642d6f62bb3f927e1ba86f0b144ae92aa
│
◇  What is the base token price nominator?
│  1
│
◇  What is the base token price denominator?
│  1
│
■  Invalid arguments
│  
▲    0: failed reading genesis config
│    1: /home/ayushsachan/CodeSode/Block/etc/env/file_based/genesis.yaml
│    2: No such file or directory (os error 2)
│  
└  Failed to run command

@sachanayush47 sachanayush47 added the bug Something isn't working label Oct 30, 2024
@lunark75
Copy link

The same error persists in the latest version.

@DirectX
Copy link

DirectX commented Nov 12, 2024

Temporary workaround:

cargo install --root ~/.local/ --git https://github.com/matter-labs/zksync-era --tag core-v25.0.0 --locked zkstack --force

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants