Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/limone-eth/tx-frame
A Farcaster Frame to display a transaction
https://github.com/limone-eth/tx-frame
Last synced: 24 days ago
JSON representation
A Farcaster Frame to display a transaction
- Host: GitHub
- URL: https://github.com/limone-eth/tx-frame
- Owner: limone-eth
- Created: 2024-02-05T09:29:51.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-05T10:27:28.000Z (12 months ago)
- Last Synced: 2024-12-26T14:14:56.424Z (29 days ago)
- Language: TypeScript
- Homepage: https://tx-frame.vercel.app
- Size: 220 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frames.js Starter Kit
This is a boilerplate repo to get started quickly with `frames.js`
## Quickstart
1. To setup the local debugger, copy `.env.sample` to `.env` and fill in the env variables following the comments provided
2. Install dependencies `yarn install`
3. Run the dev server `yarn dev`
4. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
5. Edit `app/page.tsx`
6. Visit [http://localhost:3000/debug](http://localhost:3000/debug) to debug your frame.
## Docs, Questions and Help
- [Frames.js Documentation](https://framesjs.org)
- [Awesome frames](https://github.com/davidfurlong/awesome-frames?tab=readme-ov-file)
- Join the [/frames-dev](https://warpcast.com/frames-dev) channel on Farcaster to ask questions## If you get stuck or have feedback, [Message @df please!](https://warpcast.com/df)
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Deploy
```bash
vercel
```more deployment links coming soon, PRs welcome!
# tx-frame