https://github.com/ncookiez/pt-frames
Farcaster frames for the PoolTogether protocol.
https://github.com/ncookiez/pt-frames
ethereum farcaster frames frames-js nextjs viem
Last synced: 6 months ago
JSON representation
Farcaster frames for the PoolTogether protocol.
- Host: GitHub
- URL: https://github.com/ncookiez/pt-frames
- Owner: Ncookiez
- Created: 2024-03-22T23:48:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-24T07:07:56.000Z (over 1 year ago)
- Last Synced: 2025-02-02T05:44:33.685Z (8 months ago)
- Topics: ethereum, farcaster, frames, frames-js, nextjs, viem
- Language: TypeScript
- Homepage:
- Size: 689 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PT Frames 🖼️
Farcaster frames for the PoolTogether protocol.
## Frames
- `PrizeVault` - A frame for checking balance, depositing and withdrawing from a PoolTogether prize vault.
## Local Development
- `pnpm i` to install dependencies
- `pnpm dev` to start the frames locally
- `pnpm debugger` to start the debugger locallyUse the path to any frame to test it on the debugger.
Example: `http://localhost:3000/prizeVault`
## Deployment Notes
- The env var `NEXT_PUBLIC_HOST` must be set to the URL where the app is being hosted.
- Optionally, add env vars for any RPC URLs you want to use - see keys on `app/constants.ts`.