Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
4 changes: 0 additions & 4 deletions .vitepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ export function getSidebar() {
text: 'iExec Explorer',
link: '/get-started/tooling-and-explorers/iexec-explorer',
},
{
text: 'Builder Dashboard',
link: '/get-started/tooling-and-explorers/builder-dashboard',
},
{
text: 'RLC Bridge',
link: '/get-started/tooling-and-explorers/bridge',
Expand Down
1 change: 0 additions & 1 deletion .vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export default {
connectWallet: 'hw_connectWallet',
protectData: 'hw_protectData',
grantAccess: 'hw_grantAccess',
claimVoucher: 'hw_claimVoucher',
};

// Add a global click listener
Expand Down
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ To maintain consistency, use these parameter names:
- `appWhitelist`: '0xba46d6...'
- `owner`: '0xa0c15e...'
- `newOwner`: '0xc5e9f4...'
- `voucherOwner`: '0x5714eB...'
- `renterAddress`: '0x246bdf...'
- `subscriberAddress`: '0x246bdf...'
- `workerpool`: '0xa5de76...'
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ for input parameters:
- `appWhitelist`: '0xba46d6...',
- `owner`: '0xa0c15e...',
- `newOwner`: '0xc5e9f4...',
- `voucherOwner`: '0x5714eB...',
- `renterAddress`: '0x246bdf...'
- `subscriberAddress`: '0x246bdf...'
- `workerpool`: '0xa5de76...'
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
33 changes: 0 additions & 33 deletions src/get-started/helloWorld/5-bonusChapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,47 +41,14 @@ Community</a>** for support!

</Container>

<template v-if="selectedChain !== 42161 && selectedChain !== 421614">

## 🎁 Claim your Voucher

<div class="mb-6">
<h3 class="text-xl font-semibold mb-2">What is a Voucher?</h3>
<p>A Voucher is your all-in-one solution for iExec development to use iExec's technology, access to premium support, technical guidance and mentorship to help you build and monetize your projects. 🚀</p>
<p>Claim your <strong>$20 voucher</strong> to kickstart your development journey. Want to learn more about [Voucher](https://www.iex.ec/voucher) ? 🎁</p>
</div>

<div class="mb-6">
<p>Here's your unique coupon code based on your wallet address. You'll need to provide this code when claiming your voucher on Discord:</p>
<ClientOnly>
<CouponCode />
</ClientOnly>
</div>

<Button as="a" href="https://www.iex.ec/voucher" target="_blank" data-track="claimVoucher">
Claim your $20 voucher
</Button>

<br/>
<br/>

<Container variant="success">

Thank you for being part of the iExec journey! We can't wait to see what you'll
build next! 🚀

</Container>

</template>

<script setup>
import CouponCode from '@/modules/helloWorld/CouponCode.vue';
import Button from '@/components/ui/Button.vue';
import useUserStore from '@/stores/useUser.store';
import Banner from '../../components/Banner.vue'
import Container from '../../components/Container.vue'
import { computed } from 'vue';

const userStore = useUserStore();
const selectedChain = computed(() => userStore.getCurrentChainId());
</script>
151 changes: 0 additions & 151 deletions src/get-started/tooling-and-explorers/builder-dashboard.md

This file was deleted.

Loading