undyingwraith / ipmc

A piece of software made to access media libraries hosted on IPFS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPMC

Interplanetary Media Center

Abstract

A piece of software made to access media libraries hosted on IPFS

Getting started

Prerequisites

  • nodejs >= v20.12.2
  • yarn (installed through corepack)

Installing dependencies

yarn install

Running it in dev mode

Run the following commands in paralell:

yarn workspace ipmc-core run watch
yarn workspace ipmc-desktop run dev

Concepts

Profiles

  • Keep different configurations for ipfs networks.

Libraries

  • Keep different media sources
  • bound to profiles

Types:

  • Movie/Video
  • Music/Audio
  • Images
  • Comics

About

A piece of software made to access media libraries hosted on IPFS


Languages

Language:TypeScript 98.5%Language:HTML 1.2%Language:JavaScript 0.3%