This repository contains Farcaster Frames for Coordinape, built using the Frames v2 SDK.
- Clone the repository:
git clone [your-repo-url]
cd [repo-name]- Install dependencies:
pnpm install- Start the development server:
pnpm dev- In a separate terminal, start ngrok to expose your local server:
ngrok http 3000- Open the Frame Playground on Warpcast (Mobile only)
- Enter your ngrok URL
- Tap "Launch" to test your frame
.
โโโ app/ # Next.js app directory
โ โโโ components/ # React components
โ โโโ providers/ # App providers (Wagmi, etc.)
โ โโโ page.tsx # Main app page
โโโ lib/ # Utility functions and shared code
โโโ public/ # Static assets
- Frame Components: Create new frame components in
app/components/frames/ - Testing: Test your frames thoroughly in the Warpcast playground before deploying
- State Management: Use React hooks for local state, context for global state
- Styling: Use Tailwind CSS for styling components
Create a .env.local file in the root directory with the following variables:
# Add any required environment variables here- Create a new branch for your feature
- Make your changes
- Test thoroughly in the Frame Playground
- Submit a pull request
[Add your license information here]