You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/products/eigencompute/get-started/quickstart.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: EigenX CLI Quickstart
2
+
title: Quickstart
3
3
sidebar_position: 1
4
4
---
5
5
@@ -9,9 +9,8 @@ Get started with EigenX CLI and deploy your first verifiable application to a Tr
9
9
10
10
Before you begin, ensure you have:
11
11
12
-
-**Allowlisted Account** - Required to create apps. Use existing address with `eigenx auth login` or generate with `eigenx auth generate`. Submit an onboarding request [here](https://onboarding.eigencloud.xyz).
13
12
-**Docker** - To package and publish application images ([Download](https://www.docker.com/get-started/))
14
-
-**Mainnet ETH** - For deployment transactions on mainnet-alpha (default environment)
13
+
-**Testnet or Mainnet ETH** - For deployment transactions
15
14
16
15
:::tip Testing on Sepolia
17
16
To test on Sepolia testnet instead, use `eigenx env set sepolia` and get testnet ETH from:
@@ -112,7 +111,7 @@ Variables with the `_PUBLIC` suffix will be visible to users for transparency. S
112
111
113
112
### Subscribe to EigenCompute
114
113
115
-
Before deploying, you'll need an [EigenCompute subscription](pricing.md).
114
+
Before deploying, you'll need an [EigenCompute subscription](billing).
116
115
117
116
To subscribe:
118
117
@@ -123,7 +122,7 @@ eigenx billing subscribe
123
122
The payment portal is displayed. Enter your payment method details and click the Subscribe button.
124
123
125
124
:::important Mainnet Pricing
126
-
Current EigenCompute pricing is the [testnet pricing](pricing.md). Mainnet deployments are available testnet pricing for a promotional
125
+
Current EigenCompute pricing is the [testnet pricing](billing). Mainnet deployments are available testnet pricing for a promotional
127
126
period ending on 12/31/2025.
128
127
:::
129
128
@@ -165,7 +164,7 @@ cd my-existing-project
165
164
# Deploy directly - the CLI will prompt for Dockerfile and .env paths
166
165
eigenx app deploy
167
166
```
168
-
The CLI will prompt you for [billing details](pricing.md) in our payment portal.
167
+
The CLI will prompt you for [billing details](billing) in our payment portal.
169
168
170
169
**Requirements for existing projects:**
171
170
-**Dockerfile** - Must target `linux/amd64` and run as root user
-**Talk to EigenCompute team**: TODO Add link to hubspot.
322
+
-**Talk to EigenCompute team**: Complete [this form](https://ein6l.share.hsforms.com/2L1WUjhJWSLyk72IRfAhqHQ) and a member of the team will reach out to discuss your project.
Copy file name to clipboardExpand all lines: docs/products/eigencompute/reference/cli-commands/billing.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ sidebar_position: 4
5
5
6
6
# Billing Commands
7
7
8
-
EigenCompute requires a [subscription for deploying applications](../../get-started/pricing.md). Use these commands to manage billing and subscription.
8
+
EigenCompute requires a [subscription for deploying applications](../../get-started/billing). Use these commands to manage billing and subscription.
9
9
10
10
## Commands Overview
11
11
@@ -20,23 +20,23 @@ EigenCompute requires a [subscription for deploying applications](../../get-star
20
20
### subscribe
21
21
22
22
Redirects to the payment portal to supply a payment method for billing. For more information,
23
-
refer to [Subscribe](../../get-started/pricing.md#subscribe).
23
+
refer to [Subscribe](../../get-started/billing#subscribe).
0 commit comments