Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/undyingwraith/ipsm

IPSM - Inter-Planetary Social Media
https://github.com/undyingwraith/ipsm

ipfs ipsm react social-media social-network typescript typescript-library

Last synced: 26 days ago
JSON representation

IPSM - Inter-Planetary Social Media

Awesome Lists containing this project

README

        

# IPSM - Inter-Planetary Social Media
[![GitHub license](https://badgen.net/github/license/undyingwraith/ipsm)](https://github.com/undyingwraith/ipsm/blob/master/LICENSE)
[![Test Coverage](https://api.codeclimate.com/v1/badges/1c7be532829d36306271/test_coverage)](https://codeclimate.com/github/undyingwraith/ipsm/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/1c7be532829d36306271/maintainability)](https://codeclimate.com/github/undyingwraith/ipsm/maintainability)
[![GitHub issues](https://badgen.net/github/issues/undyingwraith/ipsm/)](https://GitHub.com/undyingwraith/ipsm/issues/)
![GitHub contributors](https://img.shields.io/github/contributors/undyingwraith/ipsm)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)

IPSM is a decentralized social media network built on top of IPFS.

![Screenshot](./docs/Screenshot1.png)

All you need to join is a local IPFS node with api running on localhost port 5001.
After that all you need to do is visit here: https://k51qzi5uqu5dj00g8grr9pby14wibhuhkgxo7gdb5ebnlem2eaeob3809qni8p.ipns.dewb.link

*This is an IPFS url that you can open in your browser, but it requires IPFS to be installed on your machine to get access to the IPFS API.
[How to install IPFS](https://docs.ipfs.io)*

## Alpha notice
This project is still very young and in the alpha stages.
Expect changes in the framework as well as protocol.

## Developer quickstart
This can be found [here](./docs/Getting_started.md)

## Common issues

If you get any errors concerning CORS have a look at [this](https://stackoverflow.com/questions/42708251/how-to-do-cross-origin-requests-on-ipfs), should have everything to get you sorted.