Layr-Labs / Layr-Labs/devkit-cli

"devkit avs devnet start" fails for default user flow

Open
#221 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
27
Forks
10
PR merge metrics
No merged PRs in 30d

Description

Summary

The standard devkit avs devnet start command fails for a blank/standard newly created AVS.

Expected Behavior

devkit avs devnet start command starts the avs

Actual Result

2025/07/08 09:21:55 Executing script: deployContracts
2025/07/08 09:21:55 Stopping containers
2025/07/08 09:21:55 ✅ Stopped container devkit-devnet-hello-devkit
2025/07/08 09:21:55 ✅ Removed container devkit-devnet-hello-devkit
2025/07/08 09:21:55 Stopped devnet container running on port 8545, project.name hello-devkit
2025/07/08 09:21:55 deploy-contracts failed: deployContracts failed: failed to run script .devkit/scripts/deployContracts: fork/exec .devkit/scripts/deployContracts: no such file or directory
Image

Steps to reproduce

devkit avs create hello-devkit-test
cd hello-devkit
cp .env.example .env
cat > .env <<EOF
# Ethereum holesky fork URL used for AVS devnet
L1_FORK_URL=https://young-wild-wind.ethereum-holesky.quiknode.pro/438cf7546f522bc8444c36bbe701b65896e51c8e
# Ethereum holesky fork URL used for AVS devnet
L2_FORK_URL=https://young-wild-wind.ethereum-holesky.quiknode.pro/438cf7546f522bc8444c36bbe701b65896e51c8e
EOF
devkit avs build
devkit avs devnet start

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the devkit avs devnet start entry point and trace how it invokes .devkit/scripts/deployContracts; the reported failure is that this script cannot be found after devkit avs build. Reproduce with the commands in the issue and confirm that a newly created AVS can start its devnet successfully without the missing-file error.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.