pushed some quality of life changes to mobile ux, so it's ok to use for reading stuff. still needs love for connecting account and casting
experimenting with a "Recent" sidebar item that shows most recent casts into the protocol. with a fancy reply bar and channel links 👨🔬
I'm loving the channel (and user) stats pages + the new trending links! awesome stuff 👏
hey @praven, completely missed this! are you still having trouble signing in? DM me if so and I can give you some help
yeah, I get it. if you have your custody wallet at hand, it's usually less than half the price with it. happy to help if you need it over dm
I think good docs and a start to end tutorial would go a long way for other devs to do the same. warpcast and neynar have partial docs if you wanna use their APIs, but otherwise, very little info out there
oh also testing was a pain.. had to submit a bunch of transactions on-chain to fully test the flow. it's only a few cents here and there, but it was quite annoying. also had to clean that all up afterwards
I got stuck for a while between steps 2 and 3. took me some time to fully understand the signing had to be done by the app's wallet (not the user) and that created some odd errors when trying to submit on-chain
2nd link is broken. now: https://gist.github.com/manan19/367a34980e12b9de13ab4afafb3d05d2
here's a few resources i found useful: - https://warpcast.notion.site/Signer-Request-API-Migration-Guide-Public-9e74827f9070442fb6f2a7ffe7226b3c - https://gist.github.com/manan19/367a34980e12b9de13ab4afafb3d05d2-
2. you need to create and sign (using your app's wallet) a SignedKeyRequest (more on this soon) stating a connection between the signer created on step 1 and your app.
then, whenever a new user wants to connect their wallet you need to: 1. create a signer, which is basically creating a keypair: private and public key (using js package @noble/ed25519 for this)
first i got a new fid from dwr and v for farcord: https://warpcast.com/farcord
yes! https://farcord.com/channels/https%3A%2F%2Ffarcord.com come hang, it's very lonely rn
Ah they won't show up on the sidebar for now. There are too many and need some basic discovery stuff. That said, you should be able to open any channel if you know the FIP-2 parentUrl used to create it. For example, i found this one randomly: https://farcord.com/channels?url=https://channels.sportscaster.xyz/cfb
In case you're mostly using channels to consume farcaster content, like myself 😅 https://warpcast.com/pedropregueiro/0xccee05ae
Most of these features are focused on better consuming channels' content. Might focus a bit on the casting experience next. Lmk if you find any issues, most of these are still pretty beta 😅 Stay tuned and enjoy your Sunday!