Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change links to se-2 challenges #27

Merged
merged 1 commit into from
Jul 12, 2024
Merged
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
8 changes: 4 additions & 4 deletions packages/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,21 +109,21 @@ const Home: NextPage<{
name="Build a DEX"
src="/assets/chall-dex.png"
description="💵 Build an exchange that swaps ETH to tokens and tokens to ETH."
link="https://github.com/scaffold-eth/scaffold-eth-challenges/tree/challenge-4-dex"
link="https://github.com/scaffold-eth/se-2-challenges/tree/challenge-4-dex"
/>
<Card
num={5}
name="State Channels"
src="/assets/chall-state.png"
description="🐌 The Ethereum blockchain has great decentralization & security properties. These properties come at a price!"
link="https://github.com/scaffold-eth/scaffold-eth-challenges/tree/challenge-9-state-channels"
link="https://github.com/scaffold-eth/se-2-challenges/tree/challenge-5-state-channels"
/>
<Card
num={6}
name="Multi-Sig Wallet"
name="Multisig Wallet"
src="/assets/chall-multisig.png"
description="👩‍👩‍👧‍👧 Using a smart contract as a wallet we can secure assets by requiring multiple accounts to 'vote' on transactions."
link="https://github.com/scaffold-eth/scaffold-eth-challenges/tree/challenge-5-multisig"
link="https://github.com/scaffold-eth/se-2-challenges/tree/challenge-6-multisig"
/>
</div>
</div>
Expand Down
Loading