+ Use coinbase smart wallet if you have a passkey farcaster account + through TBA +
++ Use MetaMask or Phantom to set up a wallet using your warpcast + recovery key +
+ > + } + > +Enter the domain your app will be hosted on
++ This will be used to generate the account manifest and also added + to your .env file as the `NEXT_PUBLIC_URL` variable +
+ > + } + > +{domainError}
} ++ This will generate the account manifest and sign it with your + wallet +
++ The account manifest will be saved to your .env file as + `FARCASTER_HEADER`, `FARCASTER_PAYLOAD` and `FARCASTER_SIGNATURE` + variables +
+ > + } + > ++ There is no FID associated with this account, please connect with + your TBA passkey account. +
+ ) : ( +Your FID is {fid}
+ )} + + + {error && ( +
+ {error.message.split('\n').map((line) => (
+
+ {line}
+
+
+ ))}
+