Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/undyingwraith/ipsm
- Owner: undyingwraith
- License: mit
- Created: 2021-09-19T17:45:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T11:41:22.000Z (almost 2 years ago)
- Last Synced: 2024-03-29T11:59:20.419Z (9 months ago)
- Topics: ipfs, ipsm, react, social-media, social-network, typescript, typescript-library
- Language: TypeScript
- Homepage: https://k51qzi5uqu5dj00g8grr9pby14wibhuhkgxo7gdb5ebnlem2eaeob3809qni8p.ipns.dweb.link
- Size: 3.14 MB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.