Replies: 1 comment
-
Thanks for putting this out there Sophia! Will try this out |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Vibe Code a Farcaster Mini App Game Prompt with Onchain Points
Option 1: Using Celo MCP
1. Setting up your environment
Prerequisites:
2. Creating the app template
Option 1: Manual Terminal
In the terminal, paste the following command
npx @celo/celo-composer@latest create farcaster-miniapp
Option 2: Vibe Code prompt
3. Creating the game
I created this prompt using Claude. I typed out in human words what I wanted the app to do and asked Claude to make it into a detailed prompt for me. This is a helpful method to save your Cursor credits by reducing how much you have to prompt.
This prompt will get you 80% of the way there but there will be some UI fixes you'll need to make. Test the app in localhost, and then keep prompting with UI fixes until there are no more errors.
Ensure you test what the app looks like on mobile. Right click, Inspect Element, and press the preview icon to see how the app renders on mobile.
4. Adding onchain interactions
5. Deploy on Farcaster
Read FARCASTER_SETUP.md file in Celo Composer Farcaster template for an exact step by step
6. Earn onchain rewards
New Builders: Join Proof of Ship, connect your deployed contract address to your Karma project profile, grow your builder score and claim end of month builder rewards.
Experienced Builders: Join Proof of Impact, add Divvi ID to your projects frontend, claim automatic rewards based off of transactions generated.
Checkout CeloPG Programs for more details on how to earn.
Beta Was this translation helpful? Give feedback.
All reactions