Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## ⚠️ Disclaimer: Closed Alpha Not Production Ready
EigenLayer DevKit is currently in a closed alpha stage and is intended strictly for local experimentation and development. It has not been audited, and should not be used in any live environment, including public testnets or mainnet. Users are strongly discouraged from pushing generated projects to remote repositories without reviewing and sanitizing sensitive configuration files (e.g. devnet.yaml), which may contain private keys or other sensitive material.
EigenCloud DevKit is currently in a closed alpha stage and is intended strictly for local experimentation and development. It has not been audited, and should not be used in any live environment, including public testnets or mainnet. Users are strongly discouraged from pushing generated projects to remote repositories without reviewing and sanitizing sensitive configuration files (e.g. devnet.yaml), which may contain private keys or other sensitive material.

# EigenLayer Development Kit (DevKit) 🚀
# EigenCloud Development Kit (DevKit) 🚀

**A CLI toolkit for scaffolding, developing, and testing EigenLayer Autonomous Verifiable Services (AVS).**

EigenLayer DevKit streamlines AVS development, enabling you to:
EigenCloud DevKit streamlines AVS development, enabling you to:
* Quickly scaffold projects
* Compile contracts
* Run local networks
Expand Down Expand Up @@ -56,7 +56,7 @@ make install
devkit --help
```

![EigenLayer DevKit User Flow](assets/devkit-user-flow.png)
![EigenCloud DevKit User Flow](assets/devkit-user-flow.png)

## 🌟 Key Commands Overview

Expand Down
2 changes: 1 addition & 1 deletion pkg/commands/avs.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

var AVSCommand = &cli.Command{
Name: "avs",
Usage: "Manage EigenLayer AVS (Autonomous Verifiable Services) projects",
Usage: "Manage EigenCloud AVS (Autonomous Verifiable Services) projects",
Subcommands: []*cli.Command{
CreateCommand,
config.Command,
Expand Down
Loading