diff --git a/docs/ecosystem/Hackathons and Events/may-the-flow-be-with-you.md b/docs/ecosystem/Hackathons and Events/may-the-flow-be-with-you.md deleted file mode 100644 index f20bbb86e1..0000000000 --- a/docs/ecosystem/Hackathons and Events/may-the-flow-be-with-you.md +++ /dev/null @@ -1,392 +0,0 @@ ---- -sidebar_position: 1 -title: May the Flow be with You -description: Daily coding rewards for Flow ecosystem contributors ---- - -import React from "react"; -import { useCurrentUser } from "@site/src/hooks/use-current-user"; -import { useProgress } from "@site/src/hooks/use-progress"; -import ProfileModal from "@site/src/components/ProfileModal"; - -export const ProfileLink = () => { -const [isProfileModalOpen, setIsProfileModalOpen] = React.useState(false); -const { user } = useCurrentUser(); - -return ( -<> - -
Sign up for a Flow dev docs profile (top right of navigation bar)
-Fill out your repository and deployer addresses
-Note: The first listed address will receive FLOW rewards
-Go to the campaign repo and fork it
-Create a new folder in the submissions directory with your Flow address as the folder name
Add a README that describes your project, team, and motivation
-Work on your Flow project based on the weekly themes
-Make weekly submissions by creating project folders within each week's directory (e.g., any-project-name)
Each submission must include a README with key prompts used and source code
-Note: You can submit multiple projects within each week's theme
-Weekly Rewards: 1750 FLOW distributed across 7 winners (~250 FLOW each) based on weekly themes
-Each day you participate in a week counts as an additional raffle entry, increasing your winning odds
-All submissions throughout May qualify for the 2500 FLOW end-of-month jackpot
-Build in public for bonus rewards (see guidelines below)
-Leverage onchain randomness to create unpredictable, emergent experiences on Flow. Think: generative art, dynamic NFTs, chance-based mechanics, and randomized gameplay elements.
-Master the ingredients of creating fun and delightful experiences, from replayability, social dynamics and randomness to 'easy to play hard to master' mechanics.
-Utilize generative tools and AI to create evolving, autonomous and algorithmicartistic applications. This theme is broad and inclusive of creative domains, composibility and platforms/launchpads that are easy for others to build off of or extend.
-How can LLMs make life easier for everyday people or enrich experiences? Experiment with the latest AI models or agentic frameworks to create new levels of depth in your existing projects or create new ones entirely.
-- Looking to form a team for one of the weekly challenges or stay on top of the latest? Join our Telegram chat. -
-Start by forking the official repository to your GitHub account.
-
-{`submissions/
- ├── 0x1234...333/ # Your Flow address
- │ ├── README.md # Project overview
- │ ├── week1/ # Week 1: Randomness Revolution
- │ │ ├── my-random-project/ # Your project for week 1
- │ │ │ ├── README.md # Documentation with prompts used
- │ │ │ └── src/ # Source code
- │ │
- │ ├── week2/ # Week 2: ...
- │ ├── week3/ # Week 3: ...
- │ └── week4/ # Week 4: ...`}
-
- submissionsweek1, week2, week3, week4)