Content
@
0 reply
0 recast
0 reaction
patxol ๐ท anser.social
@patxol.eth
Has anyone successfully used @neynar managed signers with @frames renderer ? Frames.js expects the signer private key. I am sure there is a way using a custom "signFrameAction" method leveraging the `/farcaster/frame/action` Neynar API.
1 reply
0 recast
2 reactions
Stephan
@stephancill
i haven't seen someone do this yet, but if you want to give it a go, you just need to handle signing with the neynar api and return a payload that conforms to the expected return type see how this was done in the farcaster, lens, and xmtp cases for example https://github.com/framesjs/frames.js/tree/main/packages/render/src/identity
1 reply
0 recast
1 reaction
patxol ๐ท anser.social
@patxol.eth
Got it, I need to create a new identity type basically. I ended up not using the frames.js renderer, as it was overkill for what I am trying to achieve, considering there is a lot of features I do not need to handle.
0 reply
0 recast
1 reaction