Skip to content

Commit

Permalink
Tweaks++
Browse files Browse the repository at this point in the history
  • Loading branch information
carletex committed Aug 19, 2024
1 parent ab8cfbb commit c79ee23
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions packages/nextjs/components/extensions-hackathon/Faq.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
const faqData = [
{
question: "Who can participate in this hackathon?",
answer: "Everyone! Developers of all skill levels are welcome to participate.",
},
{
question: "What makes a good Scaffold-ETH 2 extension?",
answer:
"A good extension typically involves contract and front-end interaction. It should solve a real problem or enhance the developer experience. <br /><br />Examples include implementing your favourite EIP, adding a useful kit that extends Scaffold-ETH 2's capabilities or implementing a Solidity by Example application.<br /><br />You can check <a href='https://github.com/scaffold-eth/create-eth-extensions' target='_blank' rel='noopener noreferrer' class='underline'>our curated extensions branches</a> to get some inspiration: eip-712, erc-20, onchainkit, ponder or subgraph are extensions that are already available.",
},
{
question: "Who can participate in this hackathon?",
answer: "Developers of all skill levels are welcome to participate!",
question: "How can I submit my extension?",
answer:
"You can send you submission in <a href='/submit' class='link'>the submission page</a>. You'll your code repository, a brief project description and a 2 minute video showcasing it.",
},
{
question: "Can I submit more than one extension?",
answer: "Yes, you can submit as many extensions as you want! But we encourage quality over quantity.",
},
{
question: "Can I work in a team?",
Expand All @@ -32,11 +41,6 @@ const faqData = [
answer:
"You can create a useful Scaffold-ETH 2 extension even without a contract! <br />We'd recommend doing some challenges of <a href='https://speedrunethereum.com/' target='_blank' rel='noopener noreferrer' class='underline'>SpeedRunEthereum</a> to get familiar with Scaffold-ETH 2, but totally fine if you can't!",
},
{
question: "What do I need for my submission?",
answer:
"You'll need to submit your code repository, a brief project description and a 2 minute video showcasing it.",
},
];

type FaqItem = {
Expand Down

0 comments on commit c79ee23

Please sign in to comment.