I like learning by debugging, so I’ve been set up the entire stack locally from the desktop app to lbrycrd. It went pretty smoothly up until lbry-sdk, but things are starting to get fuzzy for me with at that point. I could power through it, but I thought I’d make sure I’m on the right track.
At the moment I’m going through the resolve / search examples from the playground, I did see that the SDK is sending requests to wallet servers. I haven’t set one up yet, but I’m wondering if it’s necessary. On the overview page it says “Without wallet servers, clients would have to download the full blockchain.” Does that mean I can skip that step, setup chainquery, and configure the SDK to send requests there instead of a wallet server, or is it required to set one up?