Advanced
Sort:
2 hours ago

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

6 hours ago

experimenting with a "Recent" sidebar item that shows most recent casts into the protocol. with a fancy reply bar and channel links 👨‍🔬

In reply to @slokh
7 hours ago

I'm loving the channel (and user) stats pages + the new trending links! awesome stuff 👏

In reply to @praven
8 hours ago

hey @praven, completely missed this! are you still having trouble signing in? DM me if so and I can give you some help

In reply to @tf
8 hours ago

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

In reply to @woj.eth
8 hours ago

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

In reply to @woj.eth
8 hours ago

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

In reply to @woj.eth
8 hours ago

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

In reply to @woj.eth
9 hours ago

another good resource was @stephan's opencast implementation:

In reply to @woj.eth
9 hours ago

for steps 2 and 3 I'm using wagmi and viem

In reply to @woj.eth
9 hours ago

3. ask the user to submit that on-chain

In reply to @woj.eth
9 hours ago

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.

In reply to @woj.eth
9 hours ago

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)

In reply to @woj.eth
9 hours ago

first i got a new fid from dwr and v for farcord: https://warpcast.com/farcord

10 hours ago

we can talk signers on thread if you want

10 hours ago

I feel the same lol

1 day ago

Mobile experience is total crap.. devs pls do something!

In reply to @kmacb.eth
1 day ago

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 reply to @pedropregueiro
1 day ago

Fyi, mobile experience is pretty terrible right now 😭 sorry!

1 day ago

In case you're mostly using channels to consume farcaster content, like myself 😅 https://warpcast.com/pedropregueiro/0xccee05ae

In reply to @pedropregueiro
1 day ago

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!