7 ms·
You may wish to build a protocol where third parties can asynchronously operate on user data. You may also want to have separation between the end app and the c
by vishakh82 1y ago
You may wish to build a protocol where third parties can asynchronously operate on user data. You may also want to have separation between the end app and the compute layer for legal or practical purposes. Finally, you may not want to store large payloads on client devices.
- adgjlsfhk1 1y ago5mb is hardly a "large payload"
- vishakh82 1y agoI'm giving you general reasons why this is the case. For our own app, we hope to build a protocol where third parties can operate async on user data (with consent).