An open API service indexing awesome lists of open source software.

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.

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 locally

Use 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`.