Farcaster frames for the PoolTogether protocol.
PrizeVault- A frame for checking balance, depositing and withdrawing from a PoolTogether prize vault.
pnpm ito install dependenciespnpm devto start the frames locallypnpm debuggerto start the debugger locally
Use the path to any frame to test it on the debugger.
Example: http://localhost:3000/prizeVault
- The env var
NEXT_PUBLIC_HOSTmust 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.