0 reply
0 recast
0 reaction
1 reply
0 recast
11 reactions
1 reply
0 recast
1 reaction
I agree if you have time to make your own susbet of API calls, it is a good aproch especially if you use less then 20/100 of what is provided.
Some SDKs are optimized, great SDKs have few or 0 deps.
The issue is that most farcaster products out there use either core, hub-web, or hub-node from farcaster monorepo, those are poorly optimized for serverless, you need to reimplement some of the logic if you want to use it in a constrained environment...
For example, farcaster libraries offer both viem, and ethers options, but ethers is underdeveloped in fc libs, and under the hood, the encode params in ethers instance is using viem instead of ethers, so you end up using all deps, I mean is ok for servers, less for frontends, but even more so for serverless functions. 1 reply
1 recast
2 reactions