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
Tony D’Addeo
@deodad
note the @standard-crypto/farcaster-js library is for interacting with the Warpcast API, which is no longer the recommended way to integrate now that hubs are live instead you can submit message directly to the hubs as outlined in the example I linked above
1 reply
0 recast
0 reaction
Frenk 💧🔑
@frenk
okay, thanks for your response! so I need to create my own hub to interact with Farcaster? I was hoping to avoid to create it and maintain it
0 reply
0 recast
0 reaction