summaryrefslogtreecommitdiffstats
path: root/README.md
blob: ffa8191b154cf09bed0a1c7bdc062f27d924a91e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# distrox

A distributed social network build on IPFS.

## TODO

1. Implement protocol
1. Implement working prototype with CLI frontend
1. Implement GUI frontend with azul or Qt.
1. Publish POC on IPFS forums, Rust forums, reddit, hackernews, etc and ask for
   comments and contributors.


## POC/MVP should contain

1. Publishing content (text or media data)
1. Following profiles
    1. requires investigation how to do right, because that information should
       be stored locally, but also should be synced to other devices of the
       profile.
1. Merging other devices
    1. Merging strategies must be defined and investigated


## License

GPL-2.0 only.