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: 25 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 (over 2 years ago)
- Last Synced: 2025-04-13T23:15:25.579Z (25 days 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: 11
- 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
[](https://github.com/undyingwraith/ipsm/blob/master/LICENSE)
[](https://codeclimate.com/github/undyingwraith/ipsm/test_coverage)
[](https://codeclimate.com/github/undyingwraith/ipsm/maintainability)
[](https://GitHub.com/undyingwraith/ipsm/issues/)

[](http://makeapullrequest.com)IPSM is a decentralized social media network built on top of IPFS.

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.