diff --git a/src/manage-data/dataProtector/dataProtectorCore/protectData.md b/src/manage-data/dataProtector/dataProtectorCore/protectData.md index 22451443..4d0b948d 100644 --- a/src/manage-data/dataProtector/dataProtectorCore/protectData.md +++ b/src/manage-data/dataProtector/dataProtectorCore/protectData.md @@ -432,5 +432,10 @@ To further check your data was correctly created, you can inspect it on the [iExec explorer](https://explorer.iex.ec/). - iExec explorer - Dataset example + iExec explorer - Dataset example + + diff --git a/src/overview/tooling-and-explorers/blockchain-explorer.md b/src/overview/tooling-and-explorers/blockchain-explorer.md index 62761723..47310226 100644 --- a/src/overview/tooling-and-explorers/blockchain-explorer.md +++ b/src/overview/tooling-and-explorers/blockchain-explorer.md @@ -17,7 +17,7 @@ publicly auditable. import UseCaseCard from '../../components/UseCaseCard.vue'; + +// Assets +import arbitrumExplorerImage from '../../assets/tooling-&-explorers/blockchain-explorer/arbitrum-explorer.png'; +import bellecourExplorerImage from '../../assets/tooling-&-explorers/blockchain-explorer/bellecour-explorer.png'; diff --git a/src/overview/tooling-and-explorers/builder-dashboard.md b/src/overview/tooling-and-explorers/builder-dashboard.md index 8147941e..b9871be0 100644 --- a/src/overview/tooling-and-explorers/builder-dashboard.md +++ b/src/overview/tooling-and-explorers/builder-dashboard.md @@ -14,7 +14,7 @@ streamlines your development workflow and provides deep insights on your confidential iApps deployed on the protocol. diff --git a/src/overview/tooling-and-explorers/iexec-explorer.md b/src/overview/tooling-and-explorers/iexec-explorer.md index d9a32769..d0c6cd00 100644 --- a/src/overview/tooling-and-explorers/iexec-explorer.md +++ b/src/overview/tooling-and-explorers/iexec-explorer.md @@ -12,7 +12,7 @@ decentralized computing protocol. Track deals, monitor task execution, and explore apps and protectedData—all in one powerful dashboard. diff --git a/src/overview/tooling-and-explorers/subgraph-explorer.md b/src/overview/tooling-and-explorers/subgraph-explorer.md index a9cb33df..a5f662d5 100644 --- a/src/overview/tooling-and-explorers/subgraph-explorer.md +++ b/src/overview/tooling-and-explorers/subgraph-explorer.md @@ -13,7 +13,7 @@ tool allows developers and users to efficiently retrieve and analyze on-chain data through GraphQL queries. @@ -26,7 +26,7 @@ applications can query using GraphQL. This makes it easy to access blockchain data without having to run your own indexing infrastructure. @@ -50,7 +50,7 @@ protocol. @@ -194,4 +194,11 @@ query { import ImageViewer from '../../components/ImageViewer.vue'; import CardGrid from '../../components/CardGrid.vue'; import ProjectCard from '../../components/ProjectCard.vue'; + +// Assets +import theGraphLogoImage from '../../assets/tooling-&-explorers/the-graph/image-logo.jpg'; +import theGraphProtocolImage from '../../assets/tooling-&-explorers/the-graph/protocol-view.jpg'; +import arbitrumIcon from '../../assets/icons/arbitrum.svg'; +import iexecLogoIcon from '../../assets/icons/iexec-logo.png'; +import graphqlExplorerImage from '../../assets/tooling-&-explorers/the-graph/graphql-explorer.png'; diff --git a/src/overview/use-cases.md b/src/overview/use-cases.md index c7b4950a..54ee4f5e 100644 --- a/src/overview/use-cases.md +++ b/src/overview/use-cases.md @@ -8,7 +8,7 @@ computing and decentralized data protection. import UseCaseCard from '../components/UseCaseCard.vue'; + +// Assets +import contentCreatorImage from '../assets/use-cases/content-creator.png'; +import web3MessagingImage from '../assets/use-cases/web3-messaging.png'; +import elizaosImage from '../assets/use-cases/elizaos.png'; diff --git a/src/use-iapp/how-to-pay/how-to-pay-for-web3mail.md b/src/use-iapp/how-to-pay/how-to-pay-for-web3mail.md index de8fc408..088f44d6 100644 --- a/src/use-iapp/how-to-pay/how-to-pay-for-web3mail.md +++ b/src/use-iapp/how-to-pay/how-to-pay-for-web3mail.md @@ -24,7 +24,7 @@ and **xRLC**, detailing the steps for each method. ### Step 2: Use the Builder Dashboard - Builder dashboard screenshot + Builder dashboard screenshot The iExec Builder Dashboard is a comprehensive tool for managing vouchers and @@ -151,3 +151,8 @@ Convert sRLC back to xRLC and withdraw to your wallet using: ```javascript iexec.account.withdraw(RLC_amount); ``` + + diff --git a/src/use-iapp/how-to-pay/how-to-pay-for-web3telegram.md b/src/use-iapp/how-to-pay/how-to-pay-for-web3telegram.md index b44cc91d..b0347d9d 100644 --- a/src/use-iapp/how-to-pay/how-to-pay-for-web3telegram.md +++ b/src/use-iapp/how-to-pay/how-to-pay-for-web3telegram.md @@ -31,7 +31,7 @@ This guide explains how to pay for Web3Telegram's computing power using ### Step 2: Use the Builder Dashboard - Builder dashboard screenshot + Builder dashboard screenshot The iExec Builder Dashboard is a comprehensive tool for managing vouchers and @@ -170,3 +170,8 @@ Convert sRLC back to xRLC and withdraw to your wallet using: ```javascript iexec.account.withdraw(RLC_amount); ``` + +