Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/undyingwraith/ipmc
A piece of software made to access media libraries hosted on IPFS
https://github.com/undyingwraith/ipmc
helia ipfs libp2p
Last synced: about 1 month ago
JSON representation
A piece of software made to access media libraries hosted on IPFS
- Host: GitHub
- URL: https://github.com/undyingwraith/ipmc
- Owner: undyingwraith
- Created: 2023-11-27T09:58:18.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-17T11:52:39.000Z (2 months ago)
- Last Synced: 2024-10-19T15:43:57.442Z (2 months ago)
- Topics: helia, ipfs, libp2p
- Language: TypeScript
- Homepage:
- Size: 2.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IPMC
Interplanetary Media Center
## Abstract
A piece of software made to access media libraries hosted on [IPFS](https://ipfs.io)
## Getting started
### Prerequisites
- nodejs >= v20.12.2
- yarn (installed through [corepack](https://yarnpkg.com/corepack))### Installing dependencies
```bash
yarn install
```### Running it in dev mode
Run the following commands in paralell:
```bash
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 profilesTypes:
- Movie/Video
- Music/Audio
- Images
- Comics