Content pfp
Content
@
0 reply
0 recast
0 reaction

charlie.base.eth pfp
charlie.base.eth
@chuckstock
what have people been doing for testing frames locally? is frames.js the easiest thing for development?
2 replies
1 recast
2 reactions

h pfp
h
@0xhermit
Right now, I’m using LocalTunnel CLI to expose my local app, and each service internally uses the LT provided URL through environment variables. That lets me directly test the frames on the Warpcast developer site.
2 replies
1 recast
2 reactions

saike pfp
saike
@saike
do you use warpcast frame validator? im using localtunnel too, but warpcast frame validator doesnt see my frame.
2 replies
0 recast
0 reaction

saike pfp
saike
@saike
iam talking about https://warpcast.com/~/developers/frames
1 reply
0 recast
0 reaction

h pfp
h
@0xhermit
Something like: postUrl: `${process.env.NEXT_PUBLIC_HOST}/frames` and the env is the LT full URL
0 reply
0 recast
0 reaction