Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 19, 2020. It is now read-only.

Storage

a e r t h edited this page Apr 2, 2018 · 1 revision

Storing things on the blockchain are forever. Think twice before uploading.

IPFS

"InterPlanetary File System is a protocol and network designed to create a content-addressable, peer-to-peer method of storing and sharing hypermedia in a distributed file system."

With IPFS you are able to upload a file, and retrieve it using the file's hash.

You can store a file's hash on the blockchain using the Input or Data field in a transaction.

It is on the roadmap to add file upload/download using the aquachain command.

Clone this wiki locally