@layr-labs/ecloud-sdk 0.0.1-dev → 0.0.1-rfc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,7 +5,6 @@ A TypeScript SDK and CLI for deploying and managing applications on eigenx TEE (
5
5
  ## Overview
6
6
 
7
7
  ECloud SDK enables developers to:
8
-
9
8
  - Deploy containerized applications to ecloud TEE
10
9
  - Manage application lifecycle (start, stop, terminate)
11
10
  - Build and push Docker images with encryption
@@ -21,7 +20,6 @@ This monorepo contains two main packages:
21
20
  The core TypeScript SDK for programmatic access to ecloud services.
22
21
 
23
22
  **Features:**
24
-
25
23
  - Type-safe client for ecloud operations
26
24
  - Docker image building and pushing
27
25
  - KMS encryption for secure deployments
@@ -33,7 +31,6 @@ The core TypeScript SDK for programmatic access to ecloud services.
33
31
  Command-line interface built with oclif for deploying and managing applications.
34
32
 
35
33
  **Features:**
36
-
37
34
  - Deploy applications from Docker images
38
35
  - Manage application lifecycle
39
36
  - Environment-aware configuration
@@ -43,7 +40,7 @@ Command-line interface built with oclif for deploying and managing applications.
43
40
 
44
41
  ### Prerequisites
45
42
 
46
- - Node.js 18+
43
+ - Node.js 18+
47
44
  - pnpm (recommended) or npm
48
45
  - Docker (for building and pushing images)
49
46
 
@@ -74,13 +71,11 @@ npx ecloud app deploy \
74
71
  ```
75
72
 
76
73
  **Common Flags:**
77
-
78
74
  - `--private-key`: Your Ethereum private key (or set `ECLOUD_PRIVATE_KEY` env var)
79
75
  - `--environment`: Target environment (`sepolia` or `mainnet-alpha`)
80
76
  - `--rpc-url`: Custom RPC URL (optional, or set `ECLOUD_RPC_URL` env var)
81
77
 
82
78
  **Example:**
83
-
84
79
  ```bash
85
80
  npx ecloud app deploy \
86
81
  --private-key 0x... \
@@ -197,3 +192,4 @@ The deployment process involves several steps:
197
192
  ## Support
198
193
 
199
194
  For issues and questions, please open an issue on GitHub.
195
+