Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,29 +150,3 @@ please see our [CONTRIBUTING.md](CONTRIBUTING.md) guide.**
- 💬 [Discord Community](https://discord.com/invite/pbt9m98wnU)
- 🐛
[Issue Tracker](https://github.com/iExecBlockchainComputing/documentation/issues)

## TODO

- Add link to the new explorer feature Asset_Types in the guide =>
`handle-schemas-dataset-types`
- Add link to remix for deploying whitelist
- Explorer l'intégration de codeSpace
- Add a Development workflow section (1 - ProtectData, 2- ...)
- Update context7 when doc will be deployed (Martin)
- Check theGraph Images with design Team
- Update the Dune Dashboard to the final version
- Add new section in `iexec-explorer.md` file to talk about: available chain on
the UI + SRLC/RLC on account section feature of the protocol
- check glossary
- migrate pay-per-task page into a guide
- check pages (introduction & getting-started) for use-iapp guide
- Schema what is iexec to do and implement
- Give recap of Workerpool address fo chains
- Talk about ENS on Bellecour(it's not supported on arbitrum)
- Talk about encrypting results in use-iapp
- Refactor "advanced" section in build-iapp
- Talk about encrypting results in use-iapp (link in outputs, iapp generator...)
- Rework src\get-started\protocol\oracle.md (transfer to guide or rewrite)
- Improve Guide in build-iapp section - be more clear for builder ( how to
process process protectedData, clarify input-output guide)
- Add illustration in the different pages
9 changes: 4 additions & 5 deletions src/components/ProjectCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
variant="secondary"
:href="buttonHref"
:disabled="buttonDisabled"
:target="buttonTarget"
target="_blank"
:rel="buttonRel"
class="flex-1"
>
Expand All @@ -68,7 +68,7 @@
variant="secondary"
:href="buttonHref"
:disabled="buttonDisabled"
:target="buttonTarget"
v-bind="{ target: '_blank' }"
:rel="buttonRel"
class="w-full"
>
Expand All @@ -89,14 +89,13 @@ import Button from './ui/Button.vue';
interface Props {
title: string;
description: string;
icon?: string;
icon: string;
iconImage?: string;
status: 'available' | 'coming-soon' | 'interactive';
statusLabel: string;
buttonLabel: string;
buttonIcon: string;
buttonHref?: string;
buttonTarget?: string;
buttonHref: string;
buttonRel?: string;
buttonDisabled?: boolean;
githubUrl?: string;
Expand Down
2 changes: 0 additions & 2 deletions src/get-started/tooling-and-explorers/bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ networks:
button-label="Access Bridge"
button-icon="mdi:bridge"
button-href="https://bridge-bellecour.iex.ec/"
button-target="_blank"
button-rel="noreferrer"
/>

Expand All @@ -42,7 +41,6 @@ networks:
button-label="Access Bridge"
button-icon="mdi:bridge"
button-href="https://stargate.finance/bridge"
button-target="_blank"
button-rel="noreferrer"
/>
</CardGrid>
Expand Down
4 changes: 0 additions & 4 deletions src/get-started/tooling-and-explorers/subgraph-explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ protocol.
status-label="Live"
button-label="Explore Subgraph"
button-href="https://thegraph.com/explorer/subgraphs/B1comLe9SANBLrjdnoNTJSubbeC7cY7EoNu6zD82HeKy?view=Query&chain=arbitrum-one"
button-target="_blank"
button-rel="noreferrer"
/>

Expand All @@ -68,7 +67,6 @@ protocol.
status-label="Live"
button-label="Explore Subgraph"
button-href="https://thegraph.com/explorer/subgraphs/Ep5zs5zVr4tDiVuQJepUu51e5eWYJpka624X4DMBxe3u?view=Query&chain=arbitrum-one"
button-target="_blank"
button-rel="noreferrer"
/>

Expand All @@ -80,7 +78,6 @@ protocol.
status-label="Live"
button-label="Explore Subgraph"
button-href="https://thegraph.bellecour.iex.ec/subgraphs/name/bellecour/poco-v5/graphql?query=query+MyQuery+%7B%0A++apps+%7B%0A++++name%0A++++id%0A++++owner+%7B%0A++++++id%0A++++%7D%0A++%7D%0A%7D"
button-target="_blank"
button-rel="noreferrer"
/>

Expand All @@ -92,7 +89,6 @@ protocol.
status-label="Live"
button-label="Explore Subgraph"
button-href="https://thegraph.iex.ec/subgraphs/name/bellecour/dataProtector-v2/graphql?query=query+MyQuery+%7B%0A++protectedDatas+%7B%0A++++id%0A++++name%0A++++owner+%7B%0A++++++id%0A++++%7D%0A++%7D%0A%7D"
button-target="_blank"
button-rel="noreferrer"
/>

Expand Down