Skip to content

Etherum Swarm backed Dapp for managing and writing short stories

Notifications You must be signed in to change notification settings

kortatu/WritingSwarm

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published