Hi Team, very new to this, I have installed the onchain toolkit to test the farcaster frames and it is looking good.
But will appreciate if you could explain me how can I can test the code async function getResponse(req: NextRequest): Promise<NextResponse> {?, I mean testing /app/api/frame/route.ts
Basically need to make sure if the functionality works locally (not the frames) and when hitting the api `https://api.geckoterminal.com/api/' to make sure what response etc is coming back, as and see if the chart is loading properly.
Really appreciate your work here and waiting for a response.
Hi Team, very new to this, I have installed the onchain toolkit to test the farcaster frames and it is looking good.
But will appreciate if you could explain me how can I can test the code
async function getResponse(req: NextRequest): Promise<NextResponse> {?, I mean testing /app/api/frame/route.tsBasically need to make sure if the functionality works locally (not the frames) and when hitting the api `https://api.geckoterminal.com/api/' to make sure what response etc is coming back, as and see if the chart is loading properly.
Really appreciate your work here and waiting for a response.