Skip to content
Roman Milishchuk edited this page Jan 21, 2020 · 2 revisions

Blockchain-based filesystem

General overview

The application implements the filesystem using the Ethereum blockchain as backend. It covers the following functionalities:

  • Create file
  • Write to a file
  • Read from a file
  • Remove a file
  • Create folder
  • Remove a folder
  • Get stat about file or folder
  • List a files in a folder
Clone this wiki locally