Skip to content

Commit 7cd2c2d

Browse files
authored
Merge pull request #980 from hirosystems/chore/hiro-hacks
2 parents 218422e + ee09aee commit 7cd2c2d

File tree

5 files changed

+41
-12
lines changed

5 files changed

+41
-12
lines changed

app/layout.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ export default function RootLayout({
4040
<body className="flex min-h-screen flex-col">
4141
<Provider>
4242
<Banner
43-
id="hiro-hacks"
44-
cta="See February's challenge"
45-
url="/stacks/hacks/recipes"
46-
startDate="2025-02-19"
47-
endDate="2025-02-25T23:59:59.999Z"
48-
mobileText="Hiro Hacks is live!"
43+
id="hacks"
44+
cta="Start hacking"
45+
url="/stacks/hacks/build-with-sbtc"
46+
startDate="2025-03-26"
47+
endDate="2025-04-01"
48+
mobileText="Compete for a scholarship to Bitcoin 2025 in Las Vegas."
4949
>
50-
Join Hiro Hacks and compete in monthly coding challenges
50+
Compete for a dev scholarship to Bitcoin 2025.
5151
</Banner>
5252
{children}
5353
<Footer />
File renamed without changes.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Interact with sBTC
3+
description: Build an app or feature that integrates with sBTC. Compete for your scholarship.
4+
---
5+
6+
**Timeline**: March 26 - April 1, 2025
7+
8+
This month's challenge is to build with [sBTC](https://www.stacks.co/sbtc), the new programmable Bitcoin-backed asset on Stacks. Since its launch in December, sBTC has brought $260M+ of BTC liquidity directly to Stacks. With sBTC withdrawals going live on March 31st, there's never been a better time to start building with sBTC, and this is your perfect opportunity to get started.
9+
10+
We will be awarding 2 developer scholarships to 2 different winners this month. Each scholarship will receive **hotel accommodations**, a **$1,000 travel stipend**, and tickets to **Bitcoin 2025** in Las Vegas.
11+
12+
Submit your project [here](https://hirohacks25.paperform.co/).
13+
14+
Your submission can be a full-fledged application, or a new feature in your existing project. The only requirements are that it has to interact with sBTC in some way and that you build something new during the window of this hack.
15+
16+
## Some hack ideas to get you started
17+
18+
- A cli command for transferring sBTC
19+
- An analytics dashboard for sBTC activity
20+
- Any kind of smart contract functionality that interacts with sBTC
21+
---
22+
23+
## Resources
24+
25+
- [Working with sBTC in Clarinet](/stacks/clarinet/guides/working-with-sbtc)
26+
- [sBTC package](/stacks/stacks.js/packages/sbtc)
27+
- [Submission form](https://hirohacks25.paperform.co/)
28+
- [Stacks Discord](https://stacks.chat)

content/docs/stacks/hacks/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { SecondaryCard } from '@/components/card';
88

99
Hiro Hacks are monthly hackathons designed to bring together the most innovative builders in the Stacks ecosystem. Each month features a unique theme, challenging you to stretch your creativity, show off your skills, and learn from other devs in the process.
1010

11-
Have fun. Build something new. Compete against other devs for Hiro swag and your seat in a [hacker house](#prizes) coming later this year.
11+
Have fun. Build something new. Compete against other devs for a scholarship to Bitcoin 2025 in Las Vegas this May (scroll down for details).
1212

1313
To submit your projects each month, [complete this form](https://hirohacks25.paperform.co/) before midnight ET on the last day of that month's hack.
1414

@@ -18,17 +18,17 @@ To submit your projects each month, [complete this form](https://hirohacks25.pap
1818
| --- | --- | --- |
1919
| Jan 22-28 | [AI x Stacks](/stacks/hacks/archive/ai) | Build something that combines AI capabilities with Stacks. |
2020
| Feb 19-25 | [Create your own recipe](/stacks/hacks/recipes) | Create your own recipe for the Hiro Cookbook and share it with the community. |
21-
| Mar 19-25 | TBA | Coming soon |
21+
| Mar 26 - Apr 1 | [Build with sBTC](/stacks/hacks/build-with-sbtc) | Build an app or feature that interacts with sBTC. |
2222
| Apr 23-29 | TBA | Coming soon |
2323
| May 21-27 | TBA | Coming soon |
2424
| Jun 18-24 | TBA | Coming soon |
2525
| ??? | ??? | ??? |
2626

2727
## Prizes
2828

29-
At the end of each monthly hack, Hiro will host a livestream on X going over submissions and announcing that month's winning developer. The prize? Fame, glory and Hiro swag.
29+
For March's hack, we will be awarding 2 developer scholarships to 2 different winners. Each developer scholarship includes **hotel accommodations**, a **$1,000 travel stipend**, and **tickets to [Bitcoin 2025](https://b.tc/conference/2025)** in Las Vegas this May.
3030

31-
Top developers from these monthly hacks will be invited to participate in a Hiro hacker house tied to one of the year's biggest conferences, key expenses covered. We'll share more details on that house soon, so stay tuned.
31+
Code your way to Vegas and spend time with Stacks builders while diving into the zany world of the biggest Bitcoin conference of the year.
3232

3333
## Resources
3434

content/docs/stacks/hacks/meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
"---Hiro Hacks---",
66
"index",
77
"---Hacks---",
8-
"recipes",
8+
"build-with-sbtc",
99
"---Archive---",
10+
"archive/recipes",
1011
"archive/ai",
1112
"archive/build-a-friend-tech-clone",
1213
"archive/build-a-decentralized-grants-program",

0 commit comments

Comments
 (0)