diff --git a/.vitepress/sidebar.ts b/.vitepress/sidebar.ts index 9103751..c94067f 100644 --- a/.vitepress/sidebar.ts +++ b/.vitepress/sidebar.ts @@ -45,12 +45,23 @@ export function getSidebar() { ], }, { - text: 'EXPLORERS', + text: 'TOOLING & EXPLORERS', items: [ - { text: 'iExec Explorer', link: '/overview/iexec-explorer' }, { - text: 'TheGraph Explorer', - link: '/overview/the-graph-explorer', + text: 'iExec Explorer', + link: '/overview/tooling-and-explorers/iexec-explorer', + }, + { + text: 'Builder Dashboard', + link: '/overview/tooling-and-explorers/builder-dashboard', + }, + { + text: 'Subgraph Explorer', + link: '/overview/tooling-and-explorers/subgraph-explorer', + }, + { + text: 'Blockchain Explorer', + link: '/overview/tooling-and-explorers/blockchain-explorer', }, ], }, diff --git a/README.md b/README.md index 5774612..fb5f802 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Fork this repository and ensure you're working on the `main` branch: ## TODO -- Add an audit section +- Add an audit section for smart contracts - Add Arbitrum support - On arbitrum hide : Oracle Factory ? , DataProtector Sharing ?? - Adapt hardcoded address to feat with new contracts deployed on arbitrum @@ -163,3 +163,8 @@ Fork this repository and ensure you're working on the `main` branch: - SGX vs TDX need review - complete `build-iapp` section - complete `Protocol`section +- What about Bridge ? +- Made a page on RLC +- Add Dune dashboard +- Add a Development workflow +- Update context7 when doc will be deployed diff --git a/src/assets/icons/arbitrum-logo.png b/src/assets/icons/arbitrum-logo.png new file mode 100644 index 0000000..98b713e Binary files /dev/null and b/src/assets/icons/arbitrum-logo.png differ diff --git a/src/assets/tooling-&-explorers/blockchain-explorer/arbitrum-explorer.png b/src/assets/tooling-&-explorers/blockchain-explorer/arbitrum-explorer.png new file mode 100644 index 0000000..49c9c41 Binary files /dev/null and b/src/assets/tooling-&-explorers/blockchain-explorer/arbitrum-explorer.png differ diff --git a/src/assets/tooling-&-explorers/blockchain-explorer/bellecour-explorer.png b/src/assets/tooling-&-explorers/blockchain-explorer/bellecour-explorer.png new file mode 100644 index 0000000..0c0446e Binary files /dev/null and b/src/assets/tooling-&-explorers/blockchain-explorer/bellecour-explorer.png differ diff --git a/src/assets/tooling-&-explorers/iexec-explorer/app-view.png b/src/assets/tooling-&-explorers/iexec-explorer/app-view.png new file mode 100644 index 0000000..aaa804a Binary files /dev/null and b/src/assets/tooling-&-explorers/iexec-explorer/app-view.png differ diff --git a/src/assets/tooling-&-explorers/iexec-explorer/dataset-view.png b/src/assets/tooling-&-explorers/iexec-explorer/dataset-view.png new file mode 100644 index 0000000..7d230a0 Binary files /dev/null and b/src/assets/tooling-&-explorers/iexec-explorer/dataset-view.png differ diff --git a/src/assets/tooling-&-explorers/iexec-explorer/deal-view.png b/src/assets/tooling-&-explorers/iexec-explorer/deal-view.png new file mode 100644 index 0000000..42e76a3 Binary files /dev/null and b/src/assets/tooling-&-explorers/iexec-explorer/deal-view.png differ diff --git a/src/assets/tooling-&-explorers/iexec-explorer/explorer-global.png b/src/assets/tooling-&-explorers/iexec-explorer/explorer-global.png new file mode 100644 index 0000000..47b6efa Binary files /dev/null and b/src/assets/tooling-&-explorers/iexec-explorer/explorer-global.png differ diff --git a/src/assets/tooling-&-explorers/iexec-explorer/task-details-completed.png b/src/assets/tooling-&-explorers/iexec-explorer/task-details-completed.png new file mode 100644 index 0000000..4fa852b Binary files /dev/null and b/src/assets/tooling-&-explorers/iexec-explorer/task-details-completed.png differ diff --git a/src/assets/tooling-&-explorers/iexec-explorer/task-details-started.png b/src/assets/tooling-&-explorers/iexec-explorer/task-details-started.png new file mode 100644 index 0000000..a86fe8d Binary files /dev/null and b/src/assets/tooling-&-explorers/iexec-explorer/task-details-started.png differ diff --git a/src/assets/tooling-&-explorers/iexec-explorer/task-view.png b/src/assets/tooling-&-explorers/iexec-explorer/task-view.png new file mode 100644 index 0000000..2b61a8a Binary files /dev/null and b/src/assets/tooling-&-explorers/iexec-explorer/task-view.png differ diff --git a/src/assets/tooling-&-explorers/iexec-explorer/workerpool-view.png b/src/assets/tooling-&-explorers/iexec-explorer/workerpool-view.png new file mode 100644 index 0000000..6337f1e Binary files /dev/null and b/src/assets/tooling-&-explorers/iexec-explorer/workerpool-view.png differ diff --git a/src/overview/iexec-explorer.md b/src/overview/iexec-explorer.md deleted file mode 100644 index dfd396d..0000000 --- a/src/overview/iexec-explorer.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: iExec Explorer ---- - -# iExec Explorer - -The iExec Explorer lets you browse and analyze on-chain activity, assets, and -jobs on the iExec platform. - -> _Page under construction. More details coming soon._ diff --git a/src/overview/the-graph-explorer.md b/src/overview/the-graph-explorer.md deleted file mode 100644 index 5ff6874..0000000 --- a/src/overview/the-graph-explorer.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: The Graph Explorer ---- - -# The Graph Explorer - -The Graph Explorer provides a way to query and visualize blockchain data indexed -by The Graph protocol. - -> _Page under construction. More details coming soon._ diff --git a/src/overview/tooling-and-explorers/blockchain-explorer.md b/src/overview/tooling-and-explorers/blockchain-explorer.md new file mode 100644 index 0000000..fad7303 --- /dev/null +++ b/src/overview/tooling-and-explorers/blockchain-explorer.md @@ -0,0 +1,195 @@ +--- +title: Blockchain Explorers +description: + Explore iExec smart contracts on verified blockchain explorers for both + Arbitrum mainnet and Bellecour network. +--- + +# π Blockchain Explorers + +Monitor iExec protocol smart contracts on both supported networks through +verified blockchain explorers. All protocol contracts have been verified and are +publicly auditable. + +## π Supported Networks + +
+ Production network for mainnet operations with verified smart contracts and comprehensive transaction tracking. +
++ iExec's dedicated sidechain for optimized performance with native integration and enhanced protocol analytics. +
+Monitor deal orchestration and task execution with their asset relationships (app + dataset + workerpool) from initialization to result download, including pricing
+Explore the catalog of trusted execution environment (TEE) applications, including their use cases and ownership details
+Discover encrypted datasets with their asset types, including usage and ownership details
+Explore the decentralized computing infrastructure, including usage and ownership details
+Deals are the fundamental orchestration unit - each deal coordinates a set of different stakeholders that share resources and execution parameters to execute a confidential computation task.
+Each Deal brings together:
+