Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SamBroner/farcaster-frames-express-template
A simple template for making Farcaster/Warpcast frames using ExpressJS
https://github.com/SamBroner/farcaster-frames-express-template
Last synced: 3 months ago
JSON representation
A simple template for making Farcaster/Warpcast frames using ExpressJS
- Host: GitHub
- URL: https://github.com/SamBroner/farcaster-frames-express-template
- Owner: SamBroner
- Created: 2024-01-29T15:48:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-01-29T18:51:02.000Z (9 months ago)
- Last Synced: 2024-04-19T22:21:32.426Z (7 months ago)
- Language: TypeScript
- Size: 32.2 KB
- Stars: 8
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-frames - Express JS
- awesome-farcaster-dev - `farcaster-frames-express-template`
- awesome-farcaster-dev - `farcaster-frames-express-template`
README
# Farcaster/Warpcast Frames with Express
Simple express app to post frames.
Test your frames with the [warpcast embed page](https://warpcast.com/~/developers/embeds)
- You cannot test the redirect (loading a new frame via button click) in the embed, you have to tweet## Frames Quirks
- Frames don't like to render if the route is "/", so target e.g. "/frame"
- Frames require ``````
- Frames don't like to render at port 3000?