MCPcopy Index your code
hub / github.com/StorjOld/MetaDisk

github.com/StorjOld/MetaDisk @0.1.0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.1.0.1 ↗ · + Follow
1 symbols 21 edges 24 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Metadisk

Metadisk is a filehost web application which allows anyone to upload files via a web interface or API. Files are hashed and uploaded to public file hosting. Using the hashes a node can look up the information of where that file was stored using the Datacoin blockchain. This makes a file uploaded to Metadisk accessible through any node in the network.

Scope

This project depends on several other projects:

  • cloud-manager contains most of the file handling logic. It keeps track of all the uploaded files, keeps track of the files present in local cache, and handles database serialization.

  • file-encryptor is an encryption package that implements convergent encryption using HMAC-SHA256 and AES128-CTR.

  • metachains-dtc is a wrapper for the Datacoin client, using JSON RPC. It also contains a synchronization class, which allows one to synchronize data from and to the blockchain.

  • plowshare-wrapper provides a python interface to upload and download files from popular file hosting sites. It is a python wrapper of the plowshare tool.

  • web-core is the backend server that powers Metadisk. It provides a JSON API web service, and the daemons to synchronize files to the cloud hosting services and to the blockchain.

Metadisk--this project--provides a web interface to web-core. It allows you to upload files and check the server status regarding bandwidth, disk usage, and synchronization state.

Installation

Check INSTALL.md for installation instructions.

API

All API documentation is contained in Metadisk's web-core repo.

Core symbols most depended-on inside this repo

startApp
called by 0
tests/helpers/start-app.js

Shape

Function 1

Languages

TypeScript100%

Modules by API surface

tests/helpers/start-app.js1 symbols

For agents

$ claude mcp add MetaDisk \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact