jnayak1 / ember-peer-review-ethereum

Prototype for a peer-review Ethereum dapp (decentralized application)
Apache License 2.0
0 stars 0 forks source link

Decentralized File Storage #4

Open jnayak1 opened 8 years ago

jnayak1 commented 8 years ago

Files cannot be stored directly on the ethereum blockchain, as it would be too costly. We need to find a way to store files such that they will always be accessible forever at a static address. Also, we need to be able to verify that the file has not changed. Through hashing the file, we can verify that the file has not changed. We can then use that hash as the static address. However we still need to find a place to store the file so that it will always be accessible.