|
|
|
|
|
by ryebit
1790 days ago
|
|
Deploying via IPFS might also work? Though it'd require having a trustworthy backend storing state ... or I suppose auditing to ensure backend can't inject anything malicious into client layer. From what I understand, some cryptocurrency DApps like Uniswap[0] are using this route. [0] https://github.com/Uniswap/uniswap-interface |
|
I'm not sure if you actually need a trustworthy backend, or rather, if the frontend is encrypting its state before sending it to the backend, then the worst a malicious backend can do is delete or replay your data. By including timestamps and replicating your state to multiple independent backends, that risk can be largely mitigated.
[0] https://github.com/tasn/webext-signed-pages