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.
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