|
|
|
|
|
by prepend
2443 days ago
|
|
To do this meaningfully on any dataset that changes (finance, health, etc) will cost too much to store on blockchain. It’s expensive enough trying to store it on s3 or even glacier. If the chain stores everything forever it will get too expensive too fast. I think a more realistic (but way less money for speculators) is to store PKI on a blockchain, then encrypt any blob anywhere and sign. Send that signature to the smart contract and have them pull blob from non-blockchain store. If it’s something that the owner has agency issues with (eg, calculating fico score) then register the hashes of the data with a blockchain. No need to store the data on the chain unless you’re worried about it disappearing. |
|