You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/stacks/hacks/index.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ To submit your projects each month, [complete this form](https://hirohacks25.pap
16
16
17
17
| Week | Theme | Description |
18
18
| --- | --- | --- |
19
-
| Jan 22-28 |[AI x Stacks](/stacks/hacks/season-one/ai-x-stacks)| Build something that combines AI capabilities with Stacks. |
20
-
| Feb 19-25 |TBA | Coming soon|
19
+
| Jan 22-28 |[AI x Stacks](/stacks/hacks/jan/ai)| Build something that combines AI capabilities with Stacks. |
20
+
| 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
21
| Mar 19-25 | TBA | Coming soon |
22
22
| Apr 23-29 | TBA | Coming soon |
23
23
| May 21-27 | TBA | Coming soon |
@@ -28,7 +28,7 @@ To submit your projects each month, [complete this form](https://hirohacks25.pap
28
28
29
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.
30
30
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, all expenses covered. We'll share more details on that house soon, so stay tuned.
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.
32
32
33
33
## Resources
34
34
@@ -42,8 +42,8 @@ To be eligible for swag and the hacker house, you must submit your project throu
42
42
43
43
In that submission, we expect to see:
44
44
45
-
- A link to your project
46
-
- A link to your code (a clear README is always appreciated)
47
-
- A project description that covers the problem being solved, the technical approach, and future improvements for the project
45
+
- A link to your project (if applicable)
46
+
- A link to your code with a clear README (or link to a PR if submitting a recipe)
47
+
- A description that covers the problem being solved, the technical approach, and future improvements for the project
48
48
49
49
In terms of selecting winners, submissions will be evaluated on their technical implementation, their innovation/creativity, and their documentation/presentation. To learn more about the rules, read [Hiro Hacks Terms & Conditions](https://www.hiro.so/hiro-hacks-rules).
description: Create your own recipe for the Hiro Cookbook and share it with the community.
4
+
---
5
+
6
+
## February: Create your own recipe for the Hiro Cookbook
7
+
8
+
*Create your own recipe that you think will help other developers build on Stacks*
9
+
10
+
**Timeline**: February 19-25, 2025
11
+
12
+
This month's challenge invites you to create your own recipe for the [Hiro Cookbook](/cookbook) and share it with the community. Each recipe is a reusable code snippet that handles some specific function, and each recipe has written annotations, so readers know exactly how the code in a given recipe works and what parameters you can customize. Your submission should be a recipe that you think will help other developers build on Stacks.
13
+
14
+
Submit your project [here](https://hirohacks25.paperform.co/).
- Using the `Cl` parse helper function to convert string values into Clarity Values
21
+
- Creating and signing a message for smart contract verification
22
+
- How to construct a non-sequential multisig transaction
23
+
- Create a helper function to determine if a transaction has been signed
24
+
25
+
_For this month's submission, provide a link to your recipe in a PR to the [Recipes](https://github.com/hirosystems/recipes) repo. To review the general submission guidelines, see the [Hiro Hacks](/stacks/hacks) page._
0 commit comments