bos-web-engine
bos-web-engine copied to clipboard
🔷 [Epic] Rework SocialDB plugin to operate in component-land
Description
We currently call out to an OWA level SocialDB library via the plugin, but we should instead use direct RPC calls for reads and the wallet-selector-plugin for writes
Functionality should only be hoisted to the OWA when strictly necessary
### Tasks
- [ ] https://github.com/near/bos-web-engine/issues/361
possible counterpoint: cross-component caching of SocialDB reads could require OWA level code