Skip to content

Commit 7b9ab0d

Browse files
committed
resolve merge conflict
1 parent d7e36d7 commit 7b9ab0d

File tree

5 files changed

+44
-11
lines changed

5 files changed

+44
-11
lines changed

app/layout.tsx

+7-7
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="api-tiers"
44-
cta="Meet Hiro’s new account tiers"
45-
url="https://hiro.so/pricing"
46-
startDate="2025-03-19"
47-
endDate="2025-04-04"
48-
mobileText="Increase your API rate limits"
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-
Increased API rate limits, dedicated support channels.
50+
Compete for a scholarship to Bitcoin 2025
5151
</Banner>
5252
{children}
5353
<Footer />
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Create an app that interacts with sBTC
3+
description: Build an app or feature that interacts with sBTC. Compete for your scholarship.
4+
---
5+
6+
## March: Create an app that interacts with sBTC
7+
8+
*Build an app or feature that interacts with sBTC. Compete for your scholarship.*
9+
10+
**Timeline**: March 26 - April 1, 2025
11+
12+
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.
13+
14+
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.
15+
16+
Submit your project [here](https://hirohacks25.paperform.co/).
17+
18+
Your submission can be a full-fledged application, or a new feature in your existing project. The one requirement is it has to interact with sBTC in some way.
19+
20+
## Some example recipe ideas to explore
21+
22+
- A cli command for transferring sBTC
23+
- An analytics dashboard for sBTC activity
24+
- Any kind of smart contract functionality that interacts with sBTC
25+
---
26+
27+
## Resources
28+
29+
- [Working with sBTC in Clarinet](/stacks/clarinet/guides/working-with-sbtc)
30+
- [sBTC package](/stacks/stacks.js/packages/sbtc)
31+
- [Submission form](https://hirohacks25.paperform.co/)
32+
- [Stacks Discord](https://stacks.chat)

content/docs/stacks/hacks/index.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -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** in Las Vegas.
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

+2-1
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)