Get Started Building a Task-based AVS
To get started:
-
Install DevKit
curl -fsSL https://raw.githubusercontent.com/Layr-Labs/devkit-cli/main/install-devkit.sh | bashFor more installation options, refer to the DevKit repo Readme.
-
Verify the installation
devkit --help -
Scaffold your AVS project
devkit avs create my-avs-project ./noteOn macOS and Debian, running the
avs createinstalls all required dependencies and version numbers automatically. For other OSs, manual installation of software prerequisites is required. For software prerequisites, refer to the DevKit repo Readme. -
Implement your AVS task logic in
main.go.
Next: