Skip to content

Commit 8aa1cdc

Browse files
committed
fix: format descriptions and improve readability in blockchain and iExec explorer documentation
1 parent acf09eb commit 8aa1cdc

File tree

2 files changed

+51
-24
lines changed

2 files changed

+51
-24
lines changed

src/overview/tooling-and-explorers/blockchain-explorer.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
22
title: Blockchain Explorers
3-
description: Explore iExec smart contracts on verified blockchain explorers for both Arbitrum mainnet and Bellecour network.
3+
description:
4+
Explore iExec smart contracts on verified blockchain explorers for both
5+
Arbitrum mainnet and Bellecour network.
46
---
57

68
# 🔍 Blockchain Explorers
79

8-
Monitor iExec protocol smart contracts on both supported networks through verified blockchain explorers. All protocol contracts have been verified and are publicly auditable.
10+
Monitor iExec protocol smart contracts on both supported networks through
11+
verified blockchain explorers. All protocol contracts have been verified and are
12+
publicly auditable.
913

1014
## 🌐 Supported Networks
1115

@@ -63,9 +67,8 @@ Monitor iExec protocol smart contracts on both supported networks through verifi
6367
</div>
6468
</div>
6569

66-
::: tip 💡 Pro Tip
67-
Use **Bellecour** for development and testing with as it's a gasless blockchain, then deploy to **Arbitrum** for production workloads.
68-
:::
70+
::: tip 💡 Pro Tip Use **Bellecour** for development and testing with as it's a
71+
gasless blockchain, then deploy to **Arbitrum** for production workloads. :::
6972

7073
<style scoped>
7174
.networks-grid {

src/overview/tooling-and-explorers/iexec-explorer.md

Lines changed: 43 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
22
title: iExec Explorer
3-
description: Explore and analyze transactions on the iExec decentralized computing platform. Monitor deals, tasks, apps, and datasets in real-time.
3+
description:
4+
Explore and analyze transactions on the iExec decentralized computing
5+
platform. Monitor deals, tasks, apps, and datasets in real-time.
46
---
57

68
# 🔍 iExec Explorer
79

8-
The **iExec Explorer** is your real-time window into the iExec confidential decentralized computing protocol. Track deals, monitor task execution, and explore apps and protectedData—all in one powerful dashboard.
10+
The **iExec Explorer** is your real-time window into the iExec confidential
11+
decentralized computing protocol. Track deals, monitor task execution, and
12+
explore apps and protectedData—all in one powerful dashboard.
913

1014
<div style="text-align: center; margin: 2rem 0;">
1115
<a href="https://explorer.iex.ec/" target="_blank" rel="noreferrer">
@@ -73,15 +77,23 @@ The **iExec Explorer** is your real-time window into the iExec confidential dece
7377
</p>
7478
</div>
7579

76-
> **💡 Understanding Deals**: A deal is a coordinated set of tasks that brings together all the necessary components (app, dataset, workerpool) to execute confidential computation requests. Each deal can contain one or multiple related tasks.
80+
> **💡 Understanding Deals**: A deal is a coordinated set of tasks that brings
81+
> together all the necessary components (app, dataset, workerpool) to execute
82+
> confidential computation requests. Each deal can contain one or multiple
83+
> related tasks.
7784
7885
### Deal Management Dashboard
7986

80-
- **Deal Architecture**: Visualize how deals orchestrate multiple tasks with shared resources and parameters
81-
- **Task Composition**: See which tasks belong to each deal and their execution dependencies
82-
- **Asset Coordination**: Monitor how apps, datasets, and workerpools are allocated across deal tasks
83-
- **Deal Lifecycle**: Track deals from initiation through task execution to final completion
84-
- **Pricing Analysis**: View payment distributions across the different assets of a deal (workerpool, dataset, app)
87+
- **Deal Architecture**: Visualize how deals orchestrate multiple tasks with
88+
shared resources and parameters
89+
- **Task Composition**: See which tasks belong to each deal and their execution
90+
dependencies
91+
- **Asset Coordination**: Monitor how apps, datasets, and workerpools are
92+
allocated across deal tasks
93+
- **Deal Lifecycle**: Track deals from initiation through task execution to
94+
final completion
95+
- **Pricing Analysis**: View payment distributions across the different assets
96+
of a deal (workerpool, dataset, app)
8597

8698
### Tasks Overview
8799

@@ -130,15 +142,24 @@ Browse and analyze all tasks across the iExec network:
130142
</div>
131143
</div>
132144

133-
> **🔗 Task Assets**: Each task involves three key assets working together: the **iApp** (application logic), the **Dataset** (protected data), and the **Workerpool** (execution infrastructure). The Explorer shows how these components interact.
134-
135-
- **Asset Relationships**: Visualize the connections between iApp, dataset, and workerpool for each task
136-
- **Real-time Progress**: Monitor task status from queued → running → completed with detailed state transitions
137-
- **Execution Environment**: See which workerpool nodes are processing your tasks and their TEE capabilities (TDX, SGX)
138-
- **Data Flow**: Track which protected datasets are securely accessed by authorized iApps
145+
> **🔗 Task Assets**: Each task involves three key assets working together: the
146+
> **iApp** (application logic), the **Dataset** (protected data), and the
147+
> **Workerpool** (execution infrastructure). The Explorer shows how these
148+
> components interact.
149+
150+
- **Asset Relationships**: Visualize the connections between iApp, dataset, and
151+
workerpool for each task
152+
- **Real-time Progress**: Monitor task status from queued → running → completed
153+
with detailed state transitions
154+
- **Execution Environment**: See which workerpool nodes are processing your
155+
tasks and their TEE capabilities (TDX, SGX)
156+
- **Data Flow**: Track which protected datasets are securely accessed by
157+
authorized iApps
139158
- **Result Management**:
140-
- **Download Results**: Access completed task outputs directly from the Explorer interface
141-
- **Encryption Status**: Understand if results are encrypted based on requester specifications
159+
- **Download Results**: Access completed task outputs directly from the
160+
Explorer interface
161+
- **Encryption Status**: Understand if results are encrypted based on
162+
requester specifications
142163
- **Result Verification**: Validate computation correctness and integrity
143164

144165
## 📱 iApps Listing {#iapps-listing}
@@ -175,9 +196,11 @@ Explore the iExec application marketplace:
175196

176197
Navigate the protected data landscape:
177198

178-
- **Data Catalog**: Discover available datasets with their metadata and asset type
199+
- **Data Catalog**: Discover available datasets with their metadata and asset
200+
type
179201
- **Usage Patterns**: Analyze dataset popularity and user adoption
180-
- **Schema Validation**: Ensure data structure compatibility with your applications
202+
- **Schema Validation**: Ensure data structure compatibility with your
203+
applications
181204

182205
## ⚡ Workerpools {#workerpools}
183206

@@ -194,7 +217,8 @@ Navigate the protected data landscape:
194217

195218
Explore the decentralized computing infrastructure:
196219

197-
- **Infrastructure Overview**: Monitor the distributed network of computing nodes
220+
- **Infrastructure Overview**: Monitor the distributed network of computing
221+
nodes
198222
- **Worker Metrics**: Analyze execution success rates
199223
- **Resource Availability**: Check computational resources and capacity
200224
- **Usage Statistics**: Analyze workerpool utilization

0 commit comments

Comments
 (0)