kortatu / WritingSwarm

Etherum Swarm backed Dapp for managing and writing short stories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WritingSwarm

WritingSwarm

This project was generated with Angular CLI version 8.1.3.

This is a Dapp (distributed app) for collaborative writing with an Etheresphere Swarm backend (https://swarm.ethereum.org/)

You can visit Writing Swarm project on the public gateways.

Developing

To develop locally the best way is to launch ng serve and have a running swarm node locally. Swarm can be downloaded from here. We are using version +0.5.2.

To launch swarm you can just execute swarm command, but in order to have enabled PSS messages, you need to activate websockets. These are the usual launch params:

swarm   --httpaddr 0.0.0.0 \
        --port 30400 \
        --corsdomain=* \
        --ws --wsport 8501 --wsorigins=* \
        --verbosity 3

About

Etherum Swarm backed Dapp for managing and writing short stories


Languages

Language:TypeScript 74.5%Language:HTML 12.5%Language:CSS 9.0%Language:JavaScript 2.1%Language:Shell 1.8%