This project integrates Parlay with Farcaster for social sharing of bets.
- Share bets on Farcaster with interactive frames
- Generate dynamic OG images for bets
- Handle bet interactions through Farcaster frames
- Install dependencies:
npm install- Run the development server:
npm run dev- Build for production:
npm run buildShares a bet on Farcaster with an interactive frame.
Request Body:
{
"betId": "string",
"matchDetails": "object"
}Create a .env.local file with the following variables:
# Add your environment variables here- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request