Skip to content

Content

koder edited this page Jun 5, 2021 · 2 revisions

Myconet is built for content, as such the network's purpose is to route the content from source and destination.

Every piece of content that is added to the network will have metadata associated with it which will determine how it is stored in the network and how it will be routed. A content package is created which will take a file and output a Myconet data package for the network consumption.

Myconet will borrow some ideas from existing p2p technologies (BTFS) and modify as needed. For example, A file will be divided into chunks much like bot torrent does. (just an idea).

Metadata list

  1. File Hash
  2. of blocks

  3. Block hash list
  4. File name
  5. Tags
  6. Description
  7. Size
  8. Vote:Keep
  9. Vote:Delete
Clone this wiki locally