Frenk 💧🔑
@frenk
Does anyone know how to use Signer Keys to cast message on Farcaster using NodeJS? I only find examples using mnemonic phrase but it's not what I need. I also asked the same question in the telegram group but so far no answer to fix the error.
2 replies
0 recast
0 reaction
Tony D’Addeo
@deodad
Hey Frenk, after getting completing the Signer Requests flow, you can use the private key to create a cast as shown in this example https://github.com/farcasterxyz/hub-monorepo/blob/main/packages/hub-nodejs/examples/make-cast/index.ts#L34-L232
3 replies
0 recast
0 reaction
Frenk 💧🔑
@frenk
is it okay to create the signer request using warpcast and than publish it using Farcaster Hub?
1 reply
0 recast
0 reaction
Tony D’Addeo
@deodad
yes, during the signer request flow the user will use their ECDSA to publish a SignerAdd message with the key you provided, after which you'll be able to use that key to sign messages like casts on behalf of the user
1 reply
0 recast
1 reaction