All Projects β†’ MoeraOrg β†’ moera-client-react

MoeraOrg / moera-client-react

Licence: GPL-3.0 license
Moera web client, for issues use: https://github.com/MoeraOrg/moera-issues/issues

Programming Languages

typescript
32286 projects
CSS
56736 projects

Projects that are alternatives of or similar to moera-client-react

Peergos
A p2p, secure file storage, social network and application protocol
Stars: ✭ 895 (+7358.33%)
Mutual labels:  social-network, decentralized
geesome-node
🦈 Your self-hosted decentralized Messenger, Social network, Media file storage on top of IPFS! Freely communicate in encrypted chat groups, share images, video, text or any data without a risk of censorship or blocking.
Stars: ✭ 90 (+650%)
Mutual labels:  social-network, decentralized
Dandelion
a diaspora* client for Android
Stars: ✭ 100 (+733.33%)
Mutual labels:  social-network, decentralized
Patchwork
A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).
Stars: ✭ 3,500 (+29066.67%)
Mutual labels:  social-network, decentralized
felfele
Decentralized social application that respects your privacy
Stars: ✭ 30 (+150%)
Mutual labels:  social-network, decentralized
Haven
Self-hostable private blogging
Stars: ✭ 373 (+3008.33%)
Mutual labels:  social-network, decentralized
Photos
[DEPRECATED] Encrypted, secure, decentralized personal data wallet -- technology behind textile.photos
Stars: ✭ 236 (+1866.67%)
Mutual labels:  social-network, decentralized
Diaspora
A privacy-aware, distributed, open source social network.
Stars: ✭ 12,937 (+107708.33%)
Mutual labels:  social-network, decentralized
awesome-alternatives
A list of alternative websites/software to popular proprietary services.
Stars: ✭ 123 (+925%)
Mutual labels:  social-network, decentralized
soundstorm
The Federated Social Audio Platform
Stars: ✭ 26 (+116.67%)
Mutual labels:  social-network, decentralized
alternative-frontends
πŸ”πŸŒ Privacy-respecting web frontends for popular services
Stars: ✭ 821 (+6741.67%)
Mutual labels:  social-network, decentralized
subsocial-node
NOTE: Development continues in https://github.com/dappforce/subsocial-parachain repo. Subsocial full node with Substrate/Polkadot pallets for decentralized communities: blogs, posts, comments, likes, reputation.
Stars: ✭ 73 (+508.33%)
Mutual labels:  social-network, decentralized
polkadot-apps
Fork of Polkadot.js Apps with Subsocial types.
Stars: ✭ 17 (+41.67%)
Mutual labels:  social-network, decentralized
Twtxt
πŸ“• twtxt is a Self-Hosted, Twitterβ„’-like Decentralised microBlogging platform. No ads, no tracking, your content, your data!
Stars: ✭ 486 (+3950%)
Mutual labels:  social-network, decentralized
BAINSocial
BAIN Social is a Fully Decentralized Server/client system that utilizes Concepts pioneered by I2P, ToR, and PGP to create a system which bypasses singular hosts for data while keeping that data secure.
Stars: ✭ 14 (+16.67%)
Mutual labels:  social-network, decentralized
socialx react native
The SocialX ecosystem takes the social media experience to the next level.
Stars: ✭ 20 (+66.67%)
Mutual labels:  social-network, decentralized
mooncake
The first decentralized social app based on Desmos
Stars: ✭ 42 (+250%)
Mutual labels:  social-network, decentralized
Metrix
Decentralized, Anonymous, Fast & Secure Cryptocurrency
Stars: ✭ 41 (+241.67%)
Mutual labels:  decentralized
pill-city
The OpenAPI spec, server and official web frontend for Pill City
Stars: ✭ 28 (+133.33%)
Mutual labels:  social-network
ipfs-chat
Real-time P2P messenger using go-ipfs pubsub. TUI. End-to-end encrypted texting & file-sharing. NAT traversal.
Stars: ✭ 84 (+600%)
Mutual labels:  decentralized

Moera Web Client

Read more about Moera at https://moera.org

Learn more about Moera web client: http://moera.org/overview/browser-extension.html

Bugs and feature requests: https://github.com/MoeraOrg/moera-issues/issues

How to setup a complete Moera Development Environment: http://moera.org/development/setup/index.html

Installation instructions:

  1. As prerequisites, you need to have Node.js 8.12+ and Yarn installed.
  2. Go to the source directory.
  3. Install project dependencies:
    yarn install
    
  4. By default, the server that serves the client runs on port 3000. If you want it to run on a different port, change the value of PORT variable in ./run script.
  5. If you use your own naming server, make sure its location is set correctly in client settings.
  6. Execute ./run script.
  7. New browser tab with the client in it is opened automatically, you can use it directly as a standalone client. But if you have browser extension installed, set your client URL in the browser extension settings and let the browser extension to load the client. In this case, the browser tab with the client can be closed.

Note for WebStorm/IntelliJ users

The project uses absolute paths for imports. If your IDE complains about non-installed modules, you may do the following (or read the full instructions):

  1. Mark the src/ directory as a Resources Root.
  2. Go to Settings > Editor > Code Style > JavaScript, go to the Imports tab and tick Use paths relative to the project, resource or sources roots.
  3. Go to Settings > Editor > Code Style > TypeScript, go to the Imports tab and tick Use paths relative to tsconfig.json.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].